parse

@NotNull
open fun parse(@Nullable json: @Nullable String): @NotNull JsonBrowser

Parse from string.

Return

JsonBrowser instance for navigating in the result

Parameters

json

The JSON object as a string

Throws

When parsing the JSON failed


@NotNull
open fun parse(stream: InputStream): @NotNull JsonBrowser

Parse from string.

Return

JsonBrowser instance for navigating in the result

Parameters

stream

The JSON object as a stream

Throws

When parsing the JSON failed