from
Create JSON content from the specified String source. The source can contain the JSON itself or, if it ends with .json
, the name of a resource to be loaded using resourceLoadClass
.
Return
the JSON content
Parameters
the JSON content or a .json
resource name
Create JSON content from the specified resource path.
Return
the JSON content
Parameters
the path of the resource to load
the source class used to load the resource
Create JSON content from the specified JSON bytes.
Return
the JSON content
Parameters
the bytes of JSON
Create JSON content from the specified JSON file.
Return
the JSON content
Parameters
the file containing JSON
Create JSON content from the specified JSON input stream.
Return
the JSON content
Parameters
the input stream containing JSON
Create JSON content from the specified JSON resource.
Return
the JSON content
Parameters
the resource containing JSON