Parser.loadFromMappedFile

Loads a JSON stream from the content of filename and parses it.

Unlike json.parser.Parser.loadFromFile, filename will be memory mapped as read-only and parsed. filename will be unmapped before this function returns.

If mapping or reading the file fails, a G_FILE_ERROR will be returned.

class Parser
bool
loadFromMappedFile
(
string filename
)

Parameters

filename string

the path for the file to parse

Return Value

Type: bool

TRUE if the file was successfully loaded and parsed.