Class net.minecraft.util.JsonHelper

This description should be content pulled from the first comments of a lua file.

Static Methods

JsonHelper.asArray(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asBigDecimal(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asBigInteger(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asBoolean(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asByte(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asChar(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asDouble(object, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asFloat(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asInt(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asItem(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asLong(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asObject(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asShort(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.asString(element, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, reader, type, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, reader, typeToken, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, content, typeToken, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, content, class_, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(content) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, content, class_) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(reader) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, content, typeToken) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(object, element, context, type) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, reader, class_) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(gson, reader, typeToken) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(element, name, context, type) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(content, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(reader, lenient) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserialize(object, element, defaultValue, context, type) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.deserializeArray(reader) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getArray(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getArray(object, name, defaultArray) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBigDecimal(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBigDecimal(object, element, defaultBigDecimal) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBigInteger(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBigInteger(object, element, defaultBigInteger) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBoolean(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getBoolean(object, element, defaultBoolean) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getByte(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getByte(object, element, defaultByte) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getChar(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getChar(object, element, defaultChar) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getDouble(object, element, defaultDouble) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getDouble(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getFloat(object, element, defaultFloat) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getFloat(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getInt(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getInt(object, element, defaultInt) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getItem(object, key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getItem(object, key, defaultItem) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getLong(object, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getLong(object, element, defaultLong) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getObject(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getObject(object, element, defaultObject) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getShort(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getShort(object, element, defaultShort) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getString(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getString(object, element, defaultStr) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.getType(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasArray(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasBoolean(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasElement(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasJsonObject(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasNumber(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasPrimitive(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.hasString(object, element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.isBoolean(object) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.isNumber(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
JsonHelper.isString(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

JsonHelper() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

JsonHelper.asArray(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonArray This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asBigDecimal(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigDecimal This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asBigInteger(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigInteger This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asBoolean(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asByte(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asChar(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asDouble(object, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asFloat(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asInt(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asItem(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Item This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asLong(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asObject(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asShort(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, short This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.asString(element, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, reader, type, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • type userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, reader, typeToken, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • typeToken userdata, TypeToken This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, content, typeToken, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • typeToken userdata, TypeToken This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, content, class_, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • class_ userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(content)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, content, class_)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • class_ userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(reader)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, content, typeToken)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • typeToken userdata, TypeToken This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(object, element, context, type)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • context userdata, JsonDeserializationContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • type userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, reader, class_)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • class_ userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(gson, reader, typeToken)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • typeToken userdata, TypeToken This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(element, name, context, type)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • context userdata, JsonDeserializationContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • type userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(content, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • content string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(reader, lenient)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lenient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserialize(object, element, defaultValue, context, type)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultValue userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • context userdata, JsonDeserializationContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • type userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.deserializeArray(reader)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • reader userdata, Reader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonArray This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getArray(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonArray This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getArray(object, name, defaultArray)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultArray userdata, JsonArray This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonArray This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBigDecimal(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigDecimal This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBigDecimal(object, element, defaultBigDecimal)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultBigDecimal userdata, BigDecimal This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigDecimal This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBigInteger(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigInteger This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBigInteger(object, element, defaultBigInteger)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultBigInteger userdata, BigInteger This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BigInteger This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBoolean(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getBoolean(object, element, defaultBoolean)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultBoolean boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getByte(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getByte(object, element, defaultByte)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultByte int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getChar(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getChar(object, element, defaultChar)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultChar userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getDouble(object, element, defaultDouble)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultDouble number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getDouble(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getFloat(object, element, defaultFloat)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultFloat number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getFloat(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getInt(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getInt(object, element, defaultInt)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultInt int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getItem(object, key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • key string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Item This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getItem(object, key, defaultItem)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • key string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultItem userdata, Item This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Item This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getLong(object, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getLong(object, element, defaultLong)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultLong int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getObject(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getObject(object, element, defaultObject)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultObject userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getShort(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, short This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getShort(object, element, defaultShort)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultShort int, short This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, short This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getString(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getString(object, element, defaultStr)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • defaultStr string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.getType(element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasArray(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasBoolean(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasElement(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasJsonObject(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasNumber(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasPrimitive(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.hasString(object, element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonObject This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • element string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.isBoolean(object)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • object userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.isNumber(element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
JsonHelper.isString(element)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Constructors

JsonHelper()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"