You need to enable JavaScript to run this app.
JSON Viewer
xxxxxxxxxx
1
{"greetings":[{"hello":"world"}]}
xxxxxxxxxx
1
{
2
"greetings"
: [
3
{
4
"hello"
:
"world"
5
}
6
]
7
}
Path Watcher
Key
Value
greetings[0].hello
"world"