package json
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Driver extends SyntaxAnalyser with Compiler[JValue]
-
trait
PrettyPrinting
extends PrettyPrinter
Abstract syntax tree pretty-printing for JSON.
-
class
RewriterTests
extends Tests
Tests that check that the rewriting and decoration works correctly.
-
trait
SyntaxAnalyser
extends PositionedParserUtilities
Module containing parsers for the JSON language.
-
class
SyntaxAnalyserTests
extends RegexParserTests with SyntaxAnalyser
Tests that check that the parser works correctly.
Tests that check that the parser works correctly. I.e., it accepts correct input and produces the appropriate trees, and it rejects illegal input.
Value Members
-
object
JSONTree
Module containing structures for representing JSON programs.
- object Main extends Driver
-
object
PrettyPrinter
extends PrettyPrinting
Abstract syntax tree pretty-printing for JSON.
- object Rewriter