summaryrefslogtreecommitdiff
path: root/src/json.cc
AgeCommit message (Expand)Author
2024-08-26Fix includes for debug buildMaxime Coste
2024-08-14Remove unused wrap_to and reduce string_utils headersMaxime Coste
2023-12-10Fix compiler warnings when char is unsignedChris Webb
2023-11-03Add support for 0-padding in format and replace uses of sprintfMaxime Coste
2021-12-11Fix spurious warning likely due to String::Data not being std compliantMaxime Coste
2020-03-04Fix invalid memory access in unit-testsMaxime Coste
2019-11-17src json: Limit the recursion depth to 100Frank LENORMAND
2019-11-17src: Move JSON parsing code to its own fileFrank LENORMAND