-
Use jsonbox as a backend running in a local container.
-
Is there a way to find records contains a comma in string field?
Steps to reproduce.
```
curl -X POST 'https://jsonbox.io/kuy_326c183fded9e7bc28a2xx' \
-H 'content-type: application/json' …
-
modify the code with an alternate like jsonbox.io
-
if I do `cmake .. -DCMAKE_BUILD_TYPE=Debug` and then build, I get the error:
`/usr/bin/ld: /usr/local/lib/libJsonBox_d.a(Value.cpp.o): relocation R_X86_64_32 against `.bss' can not be used when mak…
-
Is there any alternative? I would prefer one with the same syntax of get / post, or any similar service, where I can store JSON data, storing it with a secret key, while they remain readable by ordina…
-
https://github.com/miloyip/nativejson-benchmark/blob/master/sample/conformance_JsonBox%20(C%2B%2B).md
-
Thank you very much for this library. While adding the Long type, i encounter this problem:
in class value, operator==, operator< and operator> test the data value of this with himself !
sorry, i was…
-
Hi,
I have a JSON file that is created using JsonBox. It is loading fine with gcc using MinGW and also with Apple C++ compiler (LLVM 6.0). However, when I try with 32bit Microsoft Compiler from Visua…
-
it seems like most of our methods here catch mongo exceptions and print them to std::out
they're as good as ignored
-
- `true`
- `false`
- `null`
- `"true"`
- `"false"`
- `"null"`
These are all valid JSON values, but can't all be queried at present. Right now, `true` and `false` are being cast to their primit…