Loki Astari
Loki Astari
Yep. We are probably in the same boat. Most JSON libraries build their own JSON class hierarchy so their implementation was simpler. I wanted to use normal C++ types; so...
Did you run the "confgure" script? ```` git clone [email protected]:Loki-Astari/JsonBenchmark.git cd JsonBenchmark ./configure make ```` It's been a while; but it has built on Linux on travis. https://travis-ci.org/github/Loki-Astari/JsonBenchmark/builds I am...
I have pushed a fix. It works on my OSX box. It is currently building on travis to check Linux versions. https://travis-ci.org/github/Loki-Astari/JsonBenchmark/builds/765891379
The mac version is not building on travis. This is because the brew update stalls for 10 minutes rebuilding JAVA. I don't think this is worth fixing on travis (as...
Did it work? Can I close the issue?
Sorry been distracted. If you make a PR I will merge.
Currently not in a place to diagnose. Will look closer tonight. **BUT**: I do see `ThorsAnvil::Serialize::TraitType::Invalid` in the error messages. Which means one of the types has not been declared...
The reason I have not added them was simply I have not needed them (and its slightly more complex than you initially think). The trivial way of doing this is...
Thanks for the pull request. I am away for a couple of days, but I should be able to give it a look at the weekend.
Hi I am trying to create a replacement for https://github.com/miloyip/nativejson-benchmark as Milo is not maintaining his version. My testing framework is here: https://github.com/Loki-Astari/JsonBenchmark With the results being generated to here:...