jsontl
JSON transformer
A library that allows transformation of JSON data using a simple, JSON-based language with basic operations for replacing and extending values.
Transform JSON with JSON
7 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
colineberhardt/json-transforms | Transforms JSON data using a recursive pattern-matching approach. | 140 |
captn3m0/jqaas | A web service that uses JSON query language to transform and filter JSON data in real-time. | 35 |
joelvh/json2json | Transforms JSON structures from one format to another using template rules. | 191 |
bazaarvoice/jolt | A JSON transformation library written in Java where the specification is itself a JSON document. | 1,569 |
qntfy/kazaam | A JSON transformation library for Go | 283 |
gabesoft/trans | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
iolivernguyen/ujson | Transforms unstructured JSON data into a format suitable for use with JavaScript | 77 |
libmir/asdf | A high-performance JSON data format and library optimized for fast transformation of large JSON datasets. | 20 |
jlongster/transducers.js | A small JavaScript library that provides a generalized transformation of data using transducer functions. | 1,722 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
jhgg/js-transforms | A collection of JavaScript code transformation utilities using js-codeshift | 97 |
abhimanyu003/sttr | A command-line utility for transforming strings using various encoding and decoding algorithms. | 966 |
transduce/transduce | A JavaScript library providing composable transformations of data streams | 92 |
jlevy/repren | A command-line tool for mass-replacing text patterns in files and renaming directories recursively. | 355 |
txgruppi/json2react | Allows creating React components from JSON data using a predefined schema. | 170 |