notation
notation copied to clipboard
Utility for modifying / processing the contents of Javascript objects via object notation strings or globs.
Results
1
notation issues
Sort by
recently updated
recently updated
newest added
Am I doing it wrong or there is a bug? ``` const { Notation } = require("notation"); const data = { createdAt: "2022-02-25T23:48:54.746Z", status: "test", roles: [ { type: "user",...