Currently curl_json will barely ignore boolean values in a non erroneous
authorWilfried Goesgens <willi@arangodb.com>
Sat, 7 Oct 2017 19:14:46 +0000 (21:14 +0200)
committerWilfried Goesgens <willi@arangodb.com>
Sat, 7 Oct 2017 19:14:46 +0000 (21:14 +0200)
commit641c1c3ce02a2bfe45590ef2b4cdf4f2f68472a1
tree3ce9dcdb7ec8d8970920bae85aecc9d019284e5e
parentcb46533c34d5ab991e7df09312739b9be1f8821b
Currently curl_json will barely ignore boolean values in a non erroneous
way, so that if you have an array like this:
you will be able to access the 123 number like

We now rather call our number parser with 0 for false, 1 for true.
src/curl_json.c