4 "summary": "An EDN (Extensible Data Notation) Objective C library for OS X and iOS.",
5 "description": " The library includes:\n\n * `MPEdnParser`, a parser for reading EDN and generating equivalent Cocoa data\n structures.\n\n * `MPEdnWriter`, which writes Cocoa data structures as EDN.\n\n For most uses, parsing EDN is as simple as:\n\n [@\"{:a 1}\" ednStringToObject];\n\n Which returns the parsed object or nil on error.\n\n And to generate EDN from a Cocoa object:\n\n [myObject objectToEdnString];\n\n See the headers for API docs.\n",
6 "homepage": "https://github.com/scramjet/mpedn",
12 "Matthew Phillips": "m@mattp.name"
15 "git": "https://github.com/scramjet/mpedn.git",
18 "source_files": "MPEdn",