Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LiveStore
/
JSONKit
Public
forked from
johnezang/JSONKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JSONKit
JSONKit.h
on
experimental
User selector
All users
All time
Commit history
Commits on Mar 31, 2011
Merge branch 'master' into experimental
Show description for 83c6e4f
johnezang
committed
83c6e4f
View commit details
Copy full SHA for 83c6e4f
View code at this point
Browse repository at this point
Commits on Mar 28, 2011
Removed a comment line that got duplicated somehow when updating the license information.
johnezang
committed
635005b
View commit details
Copy full SHA for 635005b
View code at this point
Browse repository at this point
Modified the JSONKit so that it is dual licensed under either the BSD or Apache v2.0 license. This was motivated by the discussion at https://github.com/facebook/three20/pull/465
johnezang
committed
3c6ff50
View commit details
Copy full SHA for 3c6ff50
View code at this point
Browse repository at this point
Commits on Mar 25, 2011
Two major changes and one minor change in this commit.
Show description for daf18f3
johnezang
committed
daf18f3
View commit details
Copy full SHA for daf18f3
View code at this point
Browse repository at this point
Commits on Mar 23, 2011
Merge branch 'master' into experimental
johnezang
committed
ad0bd91
View commit details
Copy full SHA for ad0bd91
View code at this point
Browse repository at this point
This commit includes the "Serialize a single NSString" feature/pull request from issue #4 and issue #11. Also replaces jk_encode() function with the JKSerializer class. This is a forward looking …
Show description for 8d0cb58
johnezang
committed
8d0cb58
View commit details
Copy full SHA for 8d0cb58
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
Adds support for JKSerializeOptionPretty. Silences a clang analyzer warning.
johnezang
committed
f520db7
View commit details
Copy full SHA for f520db7
View code at this point
Browse repository at this point
Commits on Mar 8, 2011
Adds automatic gzip decompression for any JSON that is to be parsed. Can gzip the serialized JSON by passing JKSerializeOptionCompress to -JSONDataWithOptions:error:
johnezang
committed
d858de6
View commit details
Copy full SHA for d858de6
View code at this point
Browse repository at this point
Fix merge typo.
johnezang
committed
2ff1452
View commit details
Copy full SHA for 2ff1452
View code at this point
Browse repository at this point
Commits on Mar 4, 2011
JSONKit v1.4 can now return mutable collection objects. See the CHANGELOG.md for more info.
johnezang
committed
33f8aea
View commit details
Copy full SHA for 33f8aea
View code at this point
Browse repository at this point
Commits on Feb 28, 2011
Initial push of JSONKit v1.4. May not be the final v1.4 commit. See CHANGELOG.md for info. The biggest news is JSONKit is anywhere from 30% to 60% faster than JSONKit v1.3 for reading / parsing …
johnezang
committed
e58f2a6
View commit details
Copy full SHA for e58f2a6
View code at this point
Browse repository at this point
Commits on Feb 12, 2011
Adds `JKParseOptionExtendedFloatingPoint` and `JKSerializeOptionExtendedFloatingPoint`, which allows C99 style hexadecimal floating point numbers.
Show description for 121ac29
johnezang
committed
121ac29
View commit details
Copy full SHA for 121ac29
View code at this point
Browse repository at this point
Commits on Feb 5, 2011
Version 1.3. See CHANGELOG.md for details.
johnezang
committed
762cfc5
View commit details
Copy full SHA for 762cfc5
View code at this point
Browse repository at this point
Commits on Jan 9, 2011
Fixed a serious crashing bug. Fixed a memory leak. Fixed an off by one error. Updated the README.md file. Added CHANGELOG.md
johnezang
committed
8339b27
View commit details
Copy full SHA for 8339b27
View code at this point
Browse repository at this point
Commits on Aug 10, 2010
Fixed a memory leak when the JSON being parsed contained associative arrays where the same key appeared more than once. Also hacked around the CFNumber limitation where CFNumbers only have a signe…
Show description for c9ffd8f
johnezang
committed
c9ffd8f
View commit details
Copy full SHA for c9ffd8f
View code at this point
Browse repository at this point
Commits on Jul 30, 2010
Improve the performance of NSNumber serialization, add a few more convenience methods, plus a few other bits and pieces.
johnezang
committed
abd480e
View commit details
Copy full SHA for abd480e
View code at this point
Browse repository at this point
Commits on Jul 28, 2010
Encode / writer bug fixes and new features.
johnezang
committed
5b8038c
View commit details
Copy full SHA for 5b8038c
View code at this point
Browse repository at this point
Add initial encode / writer support.
johnezang
committed
02eab22
View commit details
Copy full SHA for 02eab22
View code at this point
Browse repository at this point
Initial check in.
johnezang
committed
8f6ca7e
View commit details
Copy full SHA for 8f6ca7e
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.