|
EGDL2 2.1
|
A simple recursive descent parser for JSON. More...
Static Public Member Functions | |
| static fsResult | Parse (string input, out fsData data) |
| Parses the specified input. Returns a failure state if parsing failed. | |
| static fsData | Parse (string input) |
| Helper method for Parse that does not allow the error information to be recovered. | |
A simple recursive descent parser for JSON.
Parses the specified input. Returns a failure state if parsing failed.
| input | The input to parse. |
| data | The parsed data. This is undefined if parsing fails. |
