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.m
on
experimental
User selector
All users
All time
Commit history
Commits on Mar 31, 2011
Fix a bug when serializing numbers. Somehow the % got dropped from the .17g floating point format specifier.
johnezang
committed
607e7d6
View commit details
Copy full SHA for 607e7d6
View code at this point
Browse repository at this point
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
Fixes a bug when trying to retrieve a key from a dictionary that contains no items (div by zero: (keyHash % dictionary->capacity))
johnezang
committed
18a0a3a
View commit details
Copy full SHA for 18a0a3a
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 22, 2011
Fix a couple of potential memory leaks in extremely unlikely and rare circumstances. Modify the primary parsing initial token matcher to use a if/else if/else if structure instead of switch()/case…
Show description for 2cf72ad
johnezang
committed
2cf72ad
View commit details
Copy full SHA for 2cf72ad
View code at this point
Browse repository at this point
Minor tidies.
johnezang
committed
c01ba7e
View commit details
Copy full SHA for c01ba7e
View code at this point
Browse repository at this point
Commits on Mar 21, 2011
Catch a few additional NSInvalidArgument exception cases that the Ccoca collection classes catch.
johnezang
committed
ff46986
View commit details
Copy full SHA for ff46986
View code at this point
Browse repository at this point
Minor change to the method swizzling functions. It doesn't make a difference in the way we use it, but this corrects it so that it is more 'correct'.
johnezang
committed
e414e1f
View commit details
Copy full SHA for e414e1f
View code at this point
Browse repository at this point
Changed the way jk_encode_write1 is handled so that the optimizer is able to do a better job. Also modified jk_encode_printf to fix a potential bug wrt/ va_end, and used a va_copy() to make a copy…
Show description for 1a8a0b8
johnezang
committed
1a8a0b8
View commit details
Copy full SHA for 1a8a0b8
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
Update README.md with additional information and bring it up to date with the 1.4 changes.
johnezang
committed
f3ed599
View commit details
Copy full SHA for f3ed599
View code at this point
Browse repository at this point
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
Additional assertion checks wrt/ issue #9. Issue #9 looks like it could be a stack smash? The assertion checks make sure we're only copying legal values and not writing past a buffer by accident.
Show description for 7054853
johnezang
committed
7054853
View commit details
Copy full SHA for 7054853
View code at this point
Browse repository at this point
Commits on Mar 12, 2011
Merge branch 'master' into experimental
johnezang
committed
6da4e88
View commit details
Copy full SHA for 6da4e88
View code at this point
Browse repository at this point
Commits on Mar 11, 2011
Fixes a bug. See issue #8.
johnezang
committed
524b9d7
View commit details
Copy full SHA for 524b9d7
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 6, 2011
Significantly improve writing/serializing performance by caching the offset in the buffer for the last conversion for an object.
johnezang
committed
b243e08
View commit details
Copy full SHA for b243e08
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 Mar 3, 2011
Some changes to the way cache aging is handled that improves L1 cache locality. Changes some of the convience functions so that they leave as little autorelease pending allocations hanging around …
Show description for b58e082
johnezang
committed
b58e082
View commit details
Copy full SHA for b58e082
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 21, 2011
Merge branch 'master' into experimental
Show description for 4a2b035
johnezang
committed
4a2b035
View commit details
Copy full SHA for 4a2b035
View code at this point
Browse repository at this point
Fixed a bug wrt/ not correctly handling < 0x20 characters in strings when the slow string parsing path was active.
johnezang
committed
b612564
View commit details
Copy full SHA for b612564
View code at this point
Browse repository at this point
Commits on Feb 19, 2011
Fixes a bug in parsing unicode strings with high surrogates. Changed some illegal unicode escapes such that JKParseOptionLooseUnicode was honored. Modified the way floating point values are seria…
Show description for 1cb8d61
johnezang
committed
1cb8d61
View commit details
Copy full SHA for 1cb8d61
View code at this point
Browse repository at this point
Commits on Feb 17, 2011
Fix some bugs in hex floating point parsing.
johnezang
committed
3e0a76b
View commit details
Copy full SHA for 3e0a76b
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 16, 2011
Changed the hash function for numbers to the generic standard hash function. The (now removed) hash function for numbers was originally put in place during the initial development of JSONKit in an…
Show description for 309c873
johnezang
committed
309c873
View commit details
Copy full SHA for 309c873
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
Previous
Next
You can’t perform that action at this time.