json-swift
json-swift copied to clipboard
A basic library for working with JSON in Swift.
Results
2
json-swift issues
Sort by
recently updated
recently updated
newest added
Number parsing performance is ok: ``` NSJONSerialization: performance results: min: 10.716ms, max: 17.004ms, avg: 11.802ms JSONLib: performance results: min: 7.801ms, max: 20.115ms, avg: 8.418ms ``` From this file: https://github.com/chadaustin/sajson/blob/master/testdata/mesh.json String...
enhancement