JSONView icon indicating copy to clipboard operation
JSONView copied to clipboard

Results 1 JSONView issues
Sort by recently updated
recently updated
newest added

JSON to reproduce: ```json { "message": { "choice": ["1", "3"], } } ``` Root cause: `specificView()` in `JSONCell.swift` doesn't handle case `[AnyHashable]` One quick and dirty fix: ```swift case let...