JSON
JSON is a widely used format to store structured data, with arrays and dictionary keys
Description
{
"something": {
"list": [1, 2, 3, 4],
"keys": {
"number": 123,
"string": "Hello, world!"
},
"array": [
{
"with": "a"
},
{
"dictionary": "inside"
}
]
}
}Format rules
Languages
JavaScript
Python
Parser Differentials
jq (JSON Query)
Options
Filters
Lists and Objects
Combining filters
Functions
Constructing Objects/Arrays
Examples
Server List Ping
Last updated



