json2o is a tool to convert JSON to LPC save file format, it only accepts JSON in the format produced by o2json.
./json2o json_file o_file
if json_file is -, this program will read from stdin, and if o_file is -, this program will write to stdout,
you can then pipe the output to other programs.
see o2json for details.