sbt.contraband.parser.JsonParser
Definition of an Enumeration. Syntax: Enumeration := { "name": ID "target": ("Scala" | "Java" | "Mixed") (, "namespace": string constant)? (, "doc": string constant)? (, "symbols": [ EnumerationValue* ])? (, "extra": string constant)? }
Parse an instance of T from input.
T
input
Definition of an Enumeration. Syntax: Enumeration := { "name": ID "target": ("Scala" | "Java" | "Mixed") (, "namespace": string constant)? (, "doc": string constant)? (, "symbols": [ EnumerationValue* ])? (, "extra": string constant)? }