JSONPATH template based transformation
A JS implementation of JSONPath with some additional operators
Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
A JSONPath implementation based on RFC 9535
TypeScript definitions for jsonpath
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
TS Compiler transformer for formatjs
A Metro config for running React Native projects with the Metro bundler
This is a library to aid in instrumenting Node.js libraries at build or load time.
Encode/decode circular structures for converting to and from JSON.
decycle your json
The Hermes runtime, used by React Native for Android, is able to output [Chrome Trace Events](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview) in JSON Object Format.
SVG transformer for react-native
Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2
TypeScript definitions for jsonpath-plus
Stream transformer that prefixes lines with timestamps and other things.
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
Jest transformer for LWC and engine
🚇 Config parser for Metro.
Modify the values of an object
A JS implementation of JSONPath
Patch typescript to support custom transformers in tsconfig.json
An implementation of JSONPath
json_data_extractor makes it easy to extract data from complex JSON structures, such as API responses or configuration files, using a schema that defines the path to the data and any necessary transformations. The schema is defined as a simple Ruby hash that maps keys to paths and optional modifiers.
Re:map; an expressive and feature-rich data transformation mapper for Ruby 3. It gives the developer the expressive power of JSONPath, without the hassle of using strings. Its compiler is written on top of an immutable, primitive data structure utilizing ruby's refinements & pattern matching capabilities – making it blazingly fast
Enumpath is an implementation of the JSONPath spec for Ruby objects, plus some added sugar. It's like Ruby's native Enumerable#dig method, but fancier. It is designed for situations where you need to provide a dynamic way of describing a complex path through nested enumerable objects. This makes it exceptionally well suited for flexible ETL (Extract, Transform, Load) processes by allowing you to define paths through your data in a simple, easily readable, easily storable syntax.