mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
11 lines
85 B
JSON
11 lines
85 B
JSON
{
|
|
"foo": "bar",
|
|
"array": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
],
|
|
"last": "comma",
|
|
}
|