mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-23 06:22:28 +00:00
apply new json formatting to old testing files
This commit is contained in:
parent
8f6e32c072
commit
ad2028abb0
5 changed files with 22 additions and 5 deletions
|
@ -1 +1,8 @@
|
||||||
{"data":[1,2,3]}
|
{
|
||||||
|
"data": [
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
4
|
||||||
|
]
|
||||||
|
}
|
|
@ -1 +1,3 @@
|
||||||
{"data":42}
|
{
|
||||||
|
"data": 42
|
||||||
|
}
|
|
@ -1 +1,4 @@
|
||||||
{"foo":"bar","Fizzy Drink":"Pop"}
|
{
|
||||||
|
"foo": "bar",
|
||||||
|
"Fizzy Drink": "Pop"
|
||||||
|
}
|
|
@ -1 +1,4 @@
|
||||||
{"foo":"bar","Fizzy Drink":"Soda"}
|
{
|
||||||
|
"foo": "bar",
|
||||||
|
"Fizzy Drink": "Soda"
|
||||||
|
}
|
|
@ -1 +1,3 @@
|
||||||
{"data":"foo-bar"}
|
{
|
||||||
|
"data": "foo-bar"
|
||||||
|
}
|
Loading…
Reference in a new issue