summaryrefslogtreecommitdiff
path: root/src/text/json_formatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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