Skip to content
/ DEjson Public

JSON parser in Swift with simple mapping functionality

License

Notifications You must be signed in to change notification settings

anfema/DEjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEjson

Error resilient JSON parser and serializer in pure swift .

  • Parses JSON files with minor errors (additional commas, etc.)
  • Serializes JSON in minified and pretty printed formats

Requirements

  • iOS 13.0+ / macOS 11.0+
  • Xcode 13.2+
  • Swift 5.5+

Note

For Swift 2.2 or 2.3 support, use Tags < 2.0.0 For Swift 4 support, use Tags < 5.0.0