summaryrefslogtreecommitdiff
path: root/src/main/scala/spray/json/PrettyPrinter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ScalaJS and Scala NativeJakob Odersky2019-04-031-71/+0
| | | | Binary compatibility with previous versions is maintained.
* fix procedure syntaxxuwei-k2018-06-031-5/+5
|
* Added method for sorted printMatthew Livesey2015-09-131-1/+3
| | | | | | | | | | | | | | This method prints in the same format as PrettyPrinter but sorts the keys of each object lexicographically. The impetus for this change was this question: http://stackoverflow.com/questions/31418626/sort-fields-in-rendered-json In general it is useful to be able to have more deterministic control over the ordering of output, if diff tools are to be used.
* Switch JsArray(List) to JsArray(Vector), make parser produce ↵Mathias2014-09-191-1/+1
| | | | JsObject(HashMap) rather than JsObject(ListMap)
* Fix error introduced in 3f56c8f (#92)Johannes Rudolph2014-03-111-5/+6
|
* Make printer methods protected, so they can be overriddenIan Forsey2014-03-061-4/+4
|
* Remove obsolete /cc/ package directoriesMathias2012-10-121-0/+68