skagedal / JsonicYouth

Non-lossy JSON parser in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonicYouth

license language Swift 3

JsonicYouth is a non-lossy JSON parser written in Swift. It parses JSON data while preserving the exact data contents and formatting, including whitespace.

The intended use is for JSON processing tools, viewers, editors and such. For your app's JSON parsing needs, JSONSerialization or wrappers such as Unbox is recommended.

See unit tests for usage examples.

About

Non-lossy JSON parser in Swift

License:MIT License


Languages

Language:Swift 98.8%Language:Objective-C 1.2%