StoredJson

public final class StoredJson

A JSON representation of data stored in a node of a Firebase Realtime DB.

Functions

Link copied to clipboard
public JsonObject asJsonObject()
Parses the JSON string into a JsonObject.
Link copied to clipboard
Obtains this JSON as a database node value.
Link copied to clipboard
public static StoredJson encode(Message value)
Encodes the given message into a StoredJson.
Link copied to clipboard
public static StoredJson from(String value)
Creates a StoredJson from the given JSON string.
Link copied to clipboard
public boolean isNull()
Checks if this JSON is equal to the null JSON value.
Link copied to clipboard
public static StoredJson nullValue()