Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active December 29, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/91243b84da641f4d37f66352b0c31089 to your computer and use it in GitHub Desktop.
Save PatilShreyas/91243b84da641f4d37f66352b0c31089 to your computer and use it in GitHub Desktop.
fun main() {
- val json = "{\"name\": \"John Doe\", \"age\": 200}"
+ val json = """{"name": "John Doe", "age": 200}"""
println(json) // prints: {"name": "John Doe", "age": 200}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment