Re: [Maria-developers] JSON libraries

2016-06-03 Thread Alexey Botchkov
http://www.json.org/JSON_checker/ 31.05.2016 16:53, Sergey Petrunia wrote: On Tue, May 31, 2016 at 03:35:22PM +0400, Alexey Botchkov wrote: .. That JSON_CHECKER was produced by JSON.org itself, is really fast and nice. But it's not a parser - it just checks if the text makes the correct JSON.

Re: [Maria-developers] JSON libraries

2016-05-31 Thread Sergey Petrunia
On Tue, May 31, 2016 at 03:35:22PM +0400, Alexey Botchkov wrote: .. > That JSON_CHECKER was produced by JSON.org itself, is really fast > and nice. But it's not > a parser - it just checks if the text makes the correct JSON. > Well it took some time, but now ready. Now opening it for review. So

[Maria-developers] JSON libraries

2016-05-31 Thread Alexey Botchkov
Hi. So i spent quite some time trying to get in use an existing JSON-parsing libraries. But surprisingly enough none seemed to be good enough. Problems i met were like this: 1. Parsers are just slow. - because they copy data - particularly key names and values. - because they use