mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-01-31 10:40:20 +01:00
10 lines
177 B
JSON
10 lines
177 B
JSON
//comment
|
|
/*comment*/
|
|
[ //comment
|
|
/*comment*/"comment"/*comment*/,//comment
|
|
/*comment*/{//comment
|
|
/* comment*/"key"//comment
|
|
: //comment
|
|
"value"//comment
|
|
}/*comment*/
|
|
]//comment |