object-tojson
Turn a Javascript primitive into its "flat" representation. Aims to be equivalent to `JSON.parse(JSON.stringify(obj))`.
Turn a Javascript primitive into its "flat" representation. Aims to be equivalent to `JSON.parse(JSON.stringify(obj))`.
Stringify an object/array like JSON.stringify just without all the double-quotes
Translate a JSON object to any language via google or yandex translate API
Generate CSS from a JavaScript Object
Convert objects to CSV
Converts string to a property path array.
Validate the type of object's properties.
✨ Simplify dealing with promises for async-heavy situations
Is the input (plain object, array, string or whatever) not empty?
simple way to validate object
object diffing tool used by the Cheese Diff Protocol (CDP)
Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
Sets the value at path of object.
Test if something is an object literal
Prettifies any javascript object in your console
get the property value from a nested object by using the dot path `a.b.c`
Filter certain keys from an object without side-effects
Deeply merge JSON-like data structures
Like _.defaults, assigns properties of source objects to a target, without overriding existing ones.
Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.