mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
First release of open-appsec source code
This commit is contained in:
22
external/yajl/test/parsing/cases/array.json.gold
vendored
Normal file
22
external/yajl/test/parsing/cases/array.json.gold
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
array open '['
|
||||
string: 'foo'
|
||||
string: 'bar'
|
||||
string: 'baz'
|
||||
bool: true
|
||||
bool: false
|
||||
null
|
||||
map open '{'
|
||||
key: 'key'
|
||||
string: 'value'
|
||||
map close '}'
|
||||
array open '['
|
||||
null
|
||||
null
|
||||
null
|
||||
array open '['
|
||||
array close ']'
|
||||
array close ']'
|
||||
string: '
|
||||
|
||||
\'
|
||||
array close ']'
|
Reference in New Issue
Block a user