parseTrustedJSONFile

Load a file as JSON text that is considered 100% correct. No checks will be performed, not even if you try to read a number as a string.

  1. Json!trustedSource.File parseTrustedJSONFile(char[] fname)
    parseTrustedJSONFile
    (
    in char[] fname
    )
  2. Json!trustedSource.File parseTrustedJSONFile(Filename fname)

Parameters

fname char[]

The file name to load.

Return Value

Type: Json!trustedSource.File

A JSON file object exposing the Json API.

Meta