cgta.serland

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonStringBuilder extends AnyRef

  2. class JsonStringBuilderImpl extends JsonStringBuilder

  3. trait JsonWriter extends AnyRef

  4. class JsonWriterCompact extends JsonWriter

  5. class JsonWriterPretty extends JsonWriter

Value Members

  1. object JsonIO

    (Adapted from one of lihaoyi's repo's

    (Adapted from one of lihaoyi's repo's

    in turn

    Self-contained JSON parser adapted from

    https://github.com/nestorpersist/json

  2. object JsonNodes

  3. object JsonStringBuilder

  4. object JsonWriterCompact

  5. object JsonWriterPretty

  6. object ScalaJSExample

    Simple, zero-dependency, self-contained JSON parser, serializer and AST taken from

    Simple, zero-dependency, self-contained JSON parser, serializer and AST taken from

    https://github.com/nestorpersist/json

    Notably, does not use the browser's native JSON capability, but re-implements it all in order to be 100% compatible with both Scala-JS and Scala-JVM

Ungrouped