minio/pkg/s3select/json/data/11.json
Harshavardhana 85e939636f Fix JSON parser handling for certain objects (#7162)
This PR also adds some comments and simplifies
the code. Primary handling is done to ensure
that we make sure to honor cached buffer.

Added unit tests as well

Fixes #7141
2019-02-07 08:04:42 +05:30

9 lines
36 B
JSON

"a"
1
3.145
["a"]
{}
{
"a": 1
}