Support for testing JSON.
-
BasicJsonTester.from(byte[] source)
Create JSON content from the specified JSON bytes.
Create JSON content from the specified JSON file.
Create JSON content from the specified JSON input stream.
Create JSON content from the specified String source.
Create JSON content from the specified resource path.
Create JSON content from the specified JSON resource.
Factory method used to get a
JsonContent
instance from a source JSON
string.
AbstractJsonMarshalTester.write(T value)