package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jul 3, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
(src, dest,["spec.userId","spec.userName"])
Delete data = {"a":{"b":{"c":123}}}
Delete(data,"a.b.c") = {"a":{"b":""}}
Get data = {"a":{"b":{"c":123}}}
Get(data,"a.b.c") = 123
Set "path":"a.b.c"
data = {"a":{"b":{"c":123}}}
Set(data,"a.b.c",123)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.