class RJsonParser2 : RJsonParser
RJsonParser2() |
val lexer: RJsonLexer |
|
var location: Location |
|
var type: IElementType? |
fun parse(rjson: String): JsonValue |
|
fun streamToJsonStream(rjsonStream: InputStream): InputStream
Converts an RJson or Json stream to a Json stream |
|
fun streamToRJsonStream(jsonStream: InputStream): InputStream
Converts and RJson or Json stream to an RJson stream |
|
fun streamToValue(rjsonStream: InputStream): JsonValue
Converts an RJson or Json stream to a JsonValue. |
|
fun stringToJson(rjsonString: String): String
Converts RJson or Json string to a compact Json string. |
|
fun stringToValue(rjsonString: String): JsonValue
Converts RJson or Json string to a JsonValue. |