299 skills found · Page 5 of 10
emperorDuke / Nested FormdataA library that parses nested json or form data to python object.
a8m / Deep KeysCreate an array composed of the own enumerable property names (including nested) of an object.
hokaccha / ImmupUpdate deeply nested objects/arrays without changing the original source
alexweissman / BootsoleA nestable, object-oriented templating engine for generating beautiful Bootstrap-themed pages, forms, tables, and other components in PHP.
brycebaril / Node FlatnestFlatten/Nest Javascript objects
watson / Flatten ObjConverts an object literal with deeply nested nodes to a simple key/value object
hughsk / PluckerPluck nested properties from an object
tobloef / Deep Utility TypesUtility types for operations on nested objects
rubnvp / Vue Props ValidationVue props validation logic extracted for nested validation in object and arrays.
shannonmoeller / Require GlobRequires multiple modules using glob patterns and combines them into a nested object.
caiogondim / Safe Chain.js:link: No more crazy checks to safely get a nested value inside an object
dcofosho / Python Visio Diagram GeneratorPython code for generating a diagram using MS Visio based on a set of hierarchically nested objects.
Akhilesh64 / Image Segmentation U 2 NetImplementation of the paper "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection" in TensorFlow.
Flagsmith / Flagsmith Rules EngineEvaluate objects against a set of JSON rules supporting nested ALL, NONE and ANY predicates with standard operators
dabeng / JSON LoopJSON Loop is a super easy to use tool class helping you loop the deeply nested JSON object.
arfeo / Find AndFind nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter. TypeScript friendly. Plug & play.
axiros / Nested EncodeConverts unicode objects, in a nested structure (eg. json.loads), into utf-8 encoded bytes.
jonschlinkert / Expand ValueExpand deeply nested values from an object, with support for advanced features
VitorLuizC / Get🚚 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.
SelmanKahya / Node Mysql NestedConverts mysql query result array (flat) to nested (multi-dimensional) object.