Function deleteKeyFromNestedObject

  • Deletes an entry in a given object on a given index.

    No-op in case the index is not found.

    Parameters

    Returns JSONObject

    An updated copy of the object.

    Throws

    In case the index is invalid i.e. doesn't contain an entry or doesn't exist.

Generated using TypeDoc