Download json framework Free Java Code
Description
JSON (JavaScript Object Notation) is a light weight data interchange format that's easy to read and write for humans and computers alike. This framework implements a strict JSON parser and generator in Objective C.
Icons
Source Files
The download file json-framework-master.zip has the following entries.
.gitignore// w w w.j a v a 2s. c o m
Changes.rtf
Credits.rtf
Install.rtf
JSON-Info.plist
JSON.xcodeproj/project.pbxproj
Notes/JensAlfkePerformanceNotes.txt
Notes/parser-benchmark.txt
README
Resources/iphoneos.sdk/SDKSettings.plist
Resources/iphonesimulator.sdk/SDKSettings.plist
Scripts/CreateDiskImage.sh
Scripts/InstallDocumentation.sh
Scripts/RegenerateDocumentation.sh
Source/JSON.h
Source/NSObject+SBJSON.h
Source/NSObject+SBJSON.m
Source/NSString+SBJSON.h
Source/NSString+SBJSON.m
Source/SBJSON.h
Source/SBJSON.m
Source/SBJsonBase.h
Source/SBJsonBase.m
Source/SBJsonParser.h
Source/SBJsonParser.m
Source/SBJsonWriter.h
Source/SBJsonWriter.m
Tests-Info.plist
Tests/Errors.h
Tests/Errors.m
Tests/Examples.h
Tests/Examples.m
Tests/MaxDepth.h
Tests/MaxDepth.m
Tests/Pretty.h
Tests/Pretty.m
Tests/ProxyTest.h
Tests/ProxyTest.m
Tests/README
Tests/Types.h
Tests/Types.m
Tests/format/HumanReadable.json
Tests/format/input.json
Tests/json.org/1.json
Tests/json.org/1.plist
Tests/json.org/2.json
Tests/json.org/2.plist
Tests/json.org/3.json
Tests/json.org/3.plist
Tests/json.org/4.json
Tests/json.org/4.plist
Tests/json.org/5.json
Tests/jsonchecker/fail1.json
Tests/jsonchecker/fail10.json
Tests/jsonchecker/fail11.json
Tests/jsonchecker/fail12.json
Tests/jsonchecker/fail13.json
Tests/jsonchecker/fail14.json
Tests/jsonchecker/fail15.json
Tests/jsonchecker/fail16.json
Tests/jsonchecker/fail17.json
Tests/jsonchecker/fail18.json
Tests/jsonchecker/fail19.json
Tests/jsonchecker/fail2.json
Tests/jsonchecker/fail20.json
Tests/jsonchecker/fail21.json
Tests/jsonchecker/fail22.json
Tests/jsonchecker/fail23.json
Tests/jsonchecker/fail24.json
Tests/jsonchecker/fail25.json
Tests/jsonchecker/fail26.json
Tests/jsonchecker/fail27.json
Tests/jsonchecker/fail28.json
Tests/jsonchecker/fail29.json
Tests/jsonchecker/fail3.json
Tests/jsonchecker/fail30.json
Tests/jsonchecker/fail31.json
Tests/jsonchecker/fail32.json
Tests/jsonchecker/fail33.json
Tests/jsonchecker/fail4.json
Tests/jsonchecker/fail5.json
Tests/jsonchecker/fail6.json
Tests/jsonchecker/fail7.json
Tests/jsonchecker/fail8.json
Tests/jsonchecker/fail9.json
Tests/jsonchecker/pass1.json
Tests/jsonchecker/pass2.json
Tests/jsonchecker/pass3.json
Tests/rfc4627/a.json
Tests/rfc4627/a.plist
Tests/rfc4627/b.json
Tests/rfc4627/b.plist
Tests/types/array.plist
Tests/types/number.plist
Tests/types/object.plist
Tests/types/string.plist
bench.m
documentation/JSON_8h_source.html
documentation/NSObject_09SBJSON_8h_source.html
documentation/NSString_09SBJSON_8h_source.html
documentation/SBJSON_8h_source.html
documentation/SBJsonBase_8h_source.html
documentation/SBJsonParser_8h_source.html
documentation/SBJsonWriter_8h_source.html
documentation/annotated.html
documentation/classNSObject_07NSObject__SBJSON_08-members.html
documentation/classNSObject_07SBProxyForJson_08-members.html
documentation/classNSString_07NSString__SBJSON_08-members.html
documentation/classSBJSON-members.html
documentation/classSBJsonBase-members.html
documentation/classSBJsonParser-members.html
documentation/classSBJsonWriter-members.html
documentation/classes.html
documentation/deprecated.html
documentation/doxygen.css
documentation/doxygen.png
documentation/files.html
documentation/functions.html
documentation/functions_func.html
documentation/functions_prop.html
documentation/hierarchy.html
documentation/index.html
documentation/interfaceNSObject_07NSObject__SBJSON_08.html
documentation/interfaceNSObject_07SBProxyForJson_08.html
documentation/interfaceNSString_07NSString__SBJSON_08.html
documentation/interfaceSBJSON.html
documentation/interfaceSBJSON.png
documentation/interfaceSBJsonBase.html
documentation/interfaceSBJsonBase.png
documentation/interfaceSBJsonParser.html
documentation/interfaceSBJsonParser.png
documentation/interfaceSBJsonWriter.html
documentation/interfaceSBJsonWriter.png
documentation/pages.html
documentation/protocolSBJsonParser-p-members.html
documentation/protocolSBJsonParser-p.html
documentation/protocolSBJsonParser-p.png
documentation/protocolSBJsonWriter-p-members.html
documentation/protocolSBJsonWriter-p.html
documentation/protocolSBJsonWriter-p.png
documentation/tab_b.gif
documentation/tab_l.gif
documentation/tab_r.gif
documentation/tabs.css
libjsontests-Info.plist
Download
Click the following link to download json-framework-master.zip.
json-framework-master.zipHome »
Objective C Free Code »
Development »
Objective C Free Code »
Development »