simdjson/tools
Daniel Lemire d0821adf0e
This implements string serialization for On Demand instances. (#1527)
* This implementations string serialization for On Demand instances.

* Adding more documentation.

* Another remark.

* Marking the new functions as inline.

* casts apparently do not work.

* Upgrading the API.

* Making the code really free from exceptions.

* At another fix for exceptionless.

* Modify to_chars so that it does not pad integers with '.0'.

* Negative 0 cannot be expressed as an integer.

* Again, accomodating exceptionless usage.

* Using x <= -0 does not allow you to determine the sign since 0 <= -0. I am not sure where
this bug comes from.
2021-04-01 11:25:00 -04:00
..
CMakeLists.txt Verification and fix for issue 1063 (JSON Pointers) (#1064) 2020-08-18 17:23:18 -04:00
json2json.cpp This implements string serialization for On Demand instances. (#1527) 2021-04-01 11:25:00 -04:00
jsonpointer.cpp Replace auto [x,error] with .get() everywhere 2020-06-21 16:26:59 -07:00
jsonstats.cpp remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
minify.cpp remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
release.py remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00