Skip to content

Commit 353b124

Browse files
committed
Added cocoanetics JSON comparison.
1 parent f403357 commit 353b124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ JSONKit is licensed under the terms of the BSD License. Copyright © 2011,
2121
* Parsing / deserializing will automagically decompress a buffer if it detects a `gzip` signature header.
2222
* You can compress / `gzip` the serialized JSON by passing `JKSerializeOptionCompress` to `-JSONDataWithOptions:error:`.
2323

24+
[JSON versus PLIST, the Ultimate Showdown](http://www.cocoanetics.com/2011/03/json-versus-plist-the-ultimate-showdown/) benchmarks the common JSON libraries and compares them to Apples `.plist` format.
25+
2426
***
2527

2628
JavaScript Object Notation, or [JSON][], is a lightweight, text-based, serialization format for structured data that is used by many web-based services and API's. It is defined by [RFC 4627][].

0 commit comments

Comments
 (0)