summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* fix: simplify control character check in JSON formattingYongDo-Hyun9 days1-1/+1
* feat: enhance error handling in ozlibstream and improve JSON escaping in json...YongDo-Hyun9 days1-1/+1
* feat: add local test executable and improve JSON string escaping - Added opti...YongDo-Hyun9 days1-1/+28
* chore: comply with reuseDioEgizio2026-02-011-0/+4
* Remove unused parameter in json_formatter.cppPandaNinjas2023-06-071-2/+2
* Implement tag 12 (array of 64bit long) and fix testsPetr Mrázek2020-06-071-0/+12
* Rename json_formatter::write to printljfa-ag2015-08-111-1/+1
* Add json_formatter argument to json_fmt_visitorljfa-ag2015-08-111-2/+4
* Print floating point number with the necessary precisionljfa-ag2015-08-111-7/+10
* Add operator<< for tag, using json_formatterljfa-ag2015-08-101-0/+1
* Make json_formatter::write method constljfa-ag2015-08-101-1/+1
* Add shortcut for printing empty compoundsljfa-ag2015-08-101-0/+6
* Handle lists of lists or compounds differently for printingljfa-ag2015-08-101-12/+33
* Make json_formatter able to handle null valuesljfa-ag2015-08-101-2/+13
* Create json_formatterljfa-ag2015-08-101-0/+151