Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.25 KB

JSONManipulation.md

File metadata and controls

40 lines (30 loc) · 1.25 KB

##JSON Manipulation

  1. json4s
    A single AST to be used by other scala json libraries.
    Project Source: https://github.com/json4s/json4s
    Project Homepage: http://json4s.org/

  2. spray-json
    A lightweight, clean and simple JSON implementation in Scala.
    Project Source: https://github.com/spray/spray-json

  3. argonaut
    Purely functional JSON parser and library in scala.
    Project Source: https://github.com/argonaut-io/argonaut
    Project Homepage: http://argonaut.io/

  4. sjson
    Scala Json with capabilities for Scala Object Serialization.
    Project Source: https://github.com/debasishg/sjson

  5. scala-json
    Scala JSON toolkit.
    Project Source: https://github.com/stevej/scala-json

  6. jackson-module-scala
    Add-on module for Jackson (http://jackson.codehaus.org) to support Scala-specific datatypes.
    Project Source: https://github.com/FasterXML/jackson-module-scala

  7. json-lenses
    A library to query and update JSON data in Scala.
    Project Source: https://github.com/jrudolph/json-lenses

  8. jawn
    Jawn is for parsing jay-sawn (JSON).
    Project Source: https://github.com/non/jawn

  9. dijon
    A Dynamically Typed Scala Json Library.
    Project Source: https://github.com/pathikrit/dijon