delete(path)
Deletes a key in nested JSON using a dot-separated path.
Parameters:
path(string) – Dot-separated key path.
Example:
1jm.delete("user.age");
Deletes a key in nested JSON using a dot-separated path.
Parameters:
path (string) – Dot-separated key path.Example:
1jm.delete("user.age");