4 "summary": "A JSON reader and writer which is super-efficient and usually runs circles around other JSON libraries.",
5 "description": "A JSON reader and writer which is super-efficient and usually runs circles around other JSON libraries. It's highly customizable to optimize for your particular project, and very lightweight. For Windows, OSX, or Linux. Works in any language.",
6 "homepage": "http://libjson.sourceforge.net/",
8 "type": "Copyright 2010 Jonathan Wallace. All rights reserved.",
9 "file": "libjson/License.txt"
11 "authors": "Jonathan Wallace",
13 "http": "http://sourceforge.net/projects/libjson/files/libjson_7.6.1.zip"
15 "compiler_flags": "-DNDEBUG",
16 "requires_arc": false,
23 "libjson/_internal/{Source,Dependencies}/**/*.{h,cpp}"
25 "header_mappings_dir": "libjson/",
26 "prepare_command": "\tsed -i .orig 's/^\\(#define JSON_LIBRARY\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_WRITE_PRIORITY MED\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_COMMENTS\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_DEPRECATED_FUNCTIONS\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n"