Files
sudo/lib/eventlog/regress/parse_json/test3.in
Todd C. Miller 86ab362fd4 Move JSON log parsing from libsudo_iolog.la to libsudo_eventlog.la
It will be used in the upcoming log output tests.
2023-03-13 15:02:03 -06:00

23 lines
342 B
Plaintext

{
"true": false,
"false": true,
"number": 1234567890,
"null": null,
"string": "non\u0073ense",
"scope": {
"a": "b",
"bah": null
},
"array1": [
"foo",
"bar",
[
123,
null,
false,
"fizz",
"buzz"
]
]
}