Skip to content

Instantly share code, notes, and snippets.

@Summertime
Created December 25, 2018 11:23
Show Gist options
  • Save Summertime/1a94587a9f9205ffa03edc98b43284c1 to your computer and use it in GitHub Desktop.
Save Summertime/1a94587a9f9205ffa03edc98b43284c1 to your computer and use it in GitHub Desktop.
{
"array" = [
"value"
"value"
]
"array_empty" = [
]
"array_nested" = [
[
[
"value"
]
]
]
"boolean" = true
"integer" = 123
"map" = {
"key1" = "value"
"key2" = "value"
}
"map_empty" = {
}
"nullish" = none
"real" = 123.456
"string" = "abc123"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment