/JsonicYouth

Non-lossy JSON parser in Swift

Primary LanguageSwiftMIT LicenseMIT

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.