mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
105e4148bf
This patch implements a library for normalizing json documents. The algorithm is: * Recursively sort json keys according to utf8mb4_bin collation. * Normalize numbers to be of the form [-]<digit>.<frac>E<exponent> * All unneeded whitespace and line endings are removed. * Arrays are not sorted. Co-authored-by: Vicențiu Ciorbaru <vicentiu@mariadb.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
json_lib-t.c | ||
json_normalize-t.c |