from File
Creates a parser result from a file path string.
Return
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Parameters
file Path
Path to the JSON file.
config
Configuration options for parsing.
Creates a parser result from a file path string.
ParseResult.Success with the parsed data or ParseResult.Error with error information.
Path to the JSON file.
Configuration options for parsing.