PDA

View Full Version : Feedback needed


pika123
04-14-2010, 08:12 PM
Hi all,

I wrote a json to json transformation tool. It's a command line tool that uses pattern-matching to write transformations.
Example:

jsonpat -p '{?"field1":x,y} -> {"new_field1":x,y}'

Renames the field1 into "new_field1".
There are quite a few constructions to extract and/or manipulate json data.
The tool can be found here:

github.com/pika/jsonpat

It's still under active development, I would like to have a bit more feedback before I carry on.

Thanks for your time,

Julien