Modifier and Type | Method | Description |
---|---|---|
static TryArr |
JsArray._parse_(String str) |
Tries to parse the string into a mutable json array.
|
static TryArr |
JsArray._parse_(String str,
ParseOptions options) |
Tries to parse the string into a mutable array, performing some operations while the parsing.
|
static TryArr |
JsArray.parse(String str) |
Tries to parse the string into an immutable array.
|
static TryArr |
JsArray.parse(String str,
ParseOptions options) |
Tries to parse the string into an immutable array, performing some operations during the parsing.
|
Copyright © 2019. All rights reserved.