There are 0 repository under dot-notation topic.
Use property paths (`a.b.c`) get a nested value from an object.
Set nested properties on an object using dot-notation.
immutadot is a JavaScript library to deal with nested immutable structures.
YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.
🚧 Get and set dot-notated properties within an object.
Basic object store with methods like get/set/extend/omit
i18n JSON to XLSX Converter is a CLI tool runs in a terminal, and helps you to convert a JSON file(s) to EXCEL sheet(s) including keys column defined as nested with dot notation, and the values column for those keys. Also, the CLI tool converts an EXCEL sheet to JSON file(s) by considering its values columns as individual files.
Transform objects to MongoDB update instructions
MetaDict is a powerful dict subclass enabling (nested) attribute-style item access/assignment and IDE autocompletion support.
Dot-accessible, update-aware Python dicts (& lists). Works recursively, like a charm.
A lightweight, powerful, and dependency-free TypeScript utility library that provides types and functions to work with object paths in dot notation.
Filter an object using glob patterns and dot notation.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Dot: A powerful Go package simplifying navigation and manipulation of complex data structures via dot-separated paths. Features include insertion into struct fields, maps, arrays, slices, and channels, along with robust error handling and support for diverse map keys.
Recursively expands property keys with dot-notation into objects.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.
Fast, reliable and intuitive object mapping.
🚚 A really small and type-safe (requires TypeScript >= 4.1.3) function, that gets a nested value from an object using a path string (like "a.b[0].d"). If value is 'undefined' or unreachable returns the placeholder instead.
Build an array of key paths from an object.
array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.
Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
Array manipulation. Get, set & delete keys with dot notation, also prepares an array to be put in a file (php array or json).
python: a lightweight add-on for dictionaries, featuring deep dictionary union, dictionary keys as object attributes (in code dict.key.sub.value notation) as well as a separate string dig/dug for using strings with dot notation on native dictionaries
Simple, extendable form validator for multi-dimensional forms
Sail through array using the dot notation
Python attribute dictionary
Accessing arrays using dot notation and asterisk.
DotContainer enables deep array access using dot-notation.
A simple dot notation accessor, to get and set values from data structures.
Extract nested properties from an object with support for wildcards
Returns true if an object has an own, enumerable property. Nested properties can be checked using using dot notation paths ('a.b.c').
Transform an object/collection to FormData.