JSONView icon indicating copy to clipboard operation
JSONView copied to clipboard

JSONView

Carthage compatible Cocoapods platforms Swift Package Manager compatible License: MIT

A light-weight SwiftUI visualizer of JSON content.

Example of usage

Requirements

  • iOS 13.0+
  • Swift 5.2+

Installation

CocoaPods

pod 'JSONView'

Swift Package Manager

Go to XCode:

  • File -> Swift Packages -> Add Package Dependency...
  • Use the URL https://github.com/quentinfasquel/JSONView.git

Carthage

github "quentinfasquel/JSONView"

License

JSONView is available under the MIT license. See the LICENSE file for more info.