parse To Result
Parses the given file into a ParseResult using default configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The JSON file of timeline data to be parsed.
Parses the given file into a ParseResult with custom configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The JSON file of timeline data to be parsed.
Configuration options for parsing.
Parses the given input stream into a ParseResult using default configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The input stream of JSON data to be parsed.
Parses the given input stream into a ParseResult with custom configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The input stream of JSON data to be parsed.
Configuration options for parsing.
Parses the given buffered source into a ParseResult using default configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The buffered source of JSON data to be parsed.
Parses the given buffered source into a ParseResult with custom configuration.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
The buffered source of JSON data to be parsed.
Configuration options for parsing.