mirror of
https://github.com/Bornholm/formidable.git
synced 2025-08-19 19:04:57 +02:00
Initial commit
This commit is contained in:
12
internal/jsonpointer/testdata/ietf.json
vendored
Normal file
12
internal/jsonpointer/testdata/ietf.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"foo": ["bar", "baz"],
|
||||
"": 0,
|
||||
"a/b": 1,
|
||||
"c%d": 2,
|
||||
"e^f": 3,
|
||||
"g|h": 4,
|
||||
"i\\j": 5,
|
||||
"k\"l": 6,
|
||||
" ": 7,
|
||||
"m~n": 8
|
||||
}
|
1
internal/jsonpointer/testdata/set/basic.json
vendored
Normal file
1
internal/jsonpointer/testdata/set/basic.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"foo":null}
|
8
internal/jsonpointer/testdata/set/nested.json
vendored
Normal file
8
internal/jsonpointer/testdata/set/nested.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"nestedObject": {
|
||||
"foo": [
|
||||
"bar",
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user