This function retrieves the data from a JSON document. The data can be provided to the function as text directly or it can be the binary output produced by a function such as File.Contents.
Syntax
Json.Document(jsonText as any, optional encoding as nullable number) as any.
About
This function retrieves the data from a JSON document. The data can be provided to the function as text directly or it can be the binary output produced by a function such as File.Contents.