readJSON

Read JSON from file at path via options, optionally cached in cacheDir. If cacheDir is set try to read a cached result inside cacheDir, using binary (de)serialization functions defined in nxt.serialization.

@safe
JSONValue
readJSON
(,
in JSONOptions options = JSONOptions.none
,
in DirPath cacheDir = []
,
in bool stripComments = false
)

Meta