mariadb/unittest/json_lib
Eric Herman 105e4148bf Add json_normalize function to json_lib
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>
2021-07-21 16:32:11 +03:00
..
CMakeLists.txt Add json_normalize function to json_lib 2021-07-21 16:32:11 +03:00
json_lib-t.c MDEV-19897 Rename source code variable names from utf8 to utf8mb3 2019-06-28 12:37:04 +04:00
json_normalize-t.c Add json_normalize function to json_lib 2021-07-21 16:32:11 +03:00