mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
[
|
|
"\"\"",
|
|
"\"\\\"quoted string\\\"\"",
|
|
"\"backslash \\\\\"",
|
|
"\"new\\nline\"",
|
|
"\"tab\\tcharacter\"",
|
|
"\"controler\\r\\fcharacters\\r\\f\"",
|
|
"\"null\"",
|
|
"\"null\"",
|
|
"\"1.4199999999999999\"",
|
|
"\"[1, 2, 3]\"",
|
|
"\"{\\\"a\\\": 1, \\\"b\\\": 2, \\\"c\\\": 3}\"",
|
|
"\"true\"",
|
|
"\"false\"",
|
|
"\"true\"",
|
|
"\"false\""
|
|
]
|