Fulcrum/test/json/pass3.json
Calin Culianu 5fe882036b Added Json tests
These tests were taken from the BCHN UniValue lib's tests.  They are
pretty good.  Can be run if compiling with -DENABLE_TESTS and then
specifying --test json on the CLI.
2020-06-27 13:15:38 +03:00

6 lines
148 B
JSON

{
"JSON Test Pattern pass3": {
"The outermost value": "must be an object or array.",
"In this test": "It is an object."
}
}