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
Type
/
to 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 }}
johnezang
/
JSONKit
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.2k
Code
Issues
67
Pull requests
36
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Testing
- #197
#197
Open
johnnyduo
wants to merge 28 commits into
johnezang:experimental
johnezang/JSONKit:experimental
from
johnnyduo:master
johnnyduo/JSONKit:master
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
Testing
#197
johnnyduo
wants to merge 28 commits into
johnezang:experimental
johnezang/JSONKit:experimental
from
johnnyduo:master
johnnyduo/JSONKit:master
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2011
When commiting the fix for hash % dictionary->capacity, some local, in progress edits made it in to the commit. This change backs them out.
johnezang
committed
2e6ccf4
View commit details
Copy full SHA for 2e6ccf4
Browse repository at this point
Commits on Apr 22, 2011
Fixes a bug when removing items from a JKDictionary. Since JKDictionary is implemented using a hash table that uses linear probing, the removal function needs to "re-add" items that follow the rem…
Show description for 862fa4d
johnezang
committed
862fa4d
View commit details
Copy full SHA for 862fa4d
Browse repository at this point
Commits on Apr 25, 2011
Change a NSException from exceptionWithName: to raise:. Closes #20.
johnezang
committed
e1cb174
View commit details
Copy full SHA for e1cb174
Browse repository at this point
Commits on May 2, 2011
Adds a serializing option to backslash escape forward slashes. This is for issue #21.
johnezang
committed
b8359c6
View commit details
Copy full SHA for b8359c6
Browse repository at this point
Commits on May 4, 2011
Pacify Xcode 4.1.
Jordan Breeding
committed
0ef031d
View commit details
Copy full SHA for 0ef031d
Browse repository at this point
Commits on May 5, 2011
Merge pull request #22 from jordanbreeding/master
Show description for 7e4d3ec
johnezang
committed
7e4d3ec
View commit details
Copy full SHA for 7e4d3ec
Browse repository at this point
Commits on May 21, 2011
Workarounds for issue #19 (the clang stuff) and issue #23. For issue #23, the code in the collection classes `+load` was removed and placed in a function with the `__attribute__ ((constructor))` a…
Show description for f403357
johnezang
committed
f403357
View commit details
Copy full SHA for f403357
Browse repository at this point
Added cocoanetics JSON comparison.
johnezang
committed
353b124
View commit details
Copy full SHA for 353b124
Browse repository at this point
Moved the +load logic from JSONDecoder in to jk_collectionClassLoadTimeInitialization(). Missed the JSONDecoder +load stuff on the last commit. Related to issue #23.
johnezang
committed
cab1ea8
View commit details
Copy full SHA for cab1ea8
Browse repository at this point
Commits on May 22, 2011
Fix typo.
johnezang
committed
2efa7e6
View commit details
Copy full SHA for 2efa7e6
Browse repository at this point
Commits on Jun 3, 2011
Fixes issue gh-29, license descrepency between README.md and JSONKit.[hm].
johnezang
committed
df39818
View commit details
Copy full SHA for df39818
Browse repository at this point
Commits on Jun 5, 2011
Added "JKSerializeOptionEscapeForwardSlashes". Changed a number of <table> constructions to the easier Markdown extra tables to see if the new github markdown processor accepts them. Also changed…
Show description for ac07028
johnezang
committed
ac07028
View commit details
Copy full SHA for ac07028
Browse repository at this point
Minor tweak.
johnezang
committed
601588e
View commit details
Copy full SHA for 601588e
Browse repository at this point
Minor tweak to the minor tweak.
johnezang
committed
4656c2d
View commit details
Copy full SHA for 4656c2d
Browse repository at this point
Commits on Jun 16, 2011
Added note about Automatic Reference Counting (ARC) to README.md and some preprocessor-foo to JSONKit.m to check if JSONKit is being compiled with ARC / `-fobjc-arc` and #error if it is.
johnezang
committed
c2146ff
View commit details
Copy full SHA for c2146ff
Browse repository at this point
Commits on Aug 31, 2011
Use memcmp() instead of strncmp() to compare cache buckets.
Show description for c34c374
jparise
committed
c34c374
View commit details
Copy full SHA for c34c374
Browse repository at this point
Commits on Sep 22, 2011
Fix ambiguous method (initWithObjects:count:) compilation errors under Clang 3.0.
atnan
committed
3624e0f
View commit details
Copy full SHA for 3624e0f
Browse repository at this point
Merge pull request #50 from atnan/fixclang2errors
Show description for 6d3938e
johnezang
committed
6d3938e
View commit details
Copy full SHA for 6d3938e
Browse repository at this point
Commits on Sep 23, 2011
Merge pull request #46 from jparise/cache-collisions
Show description for 660546f
johnezang
committed
660546f
View commit details
Copy full SHA for 660546f
Browse repository at this point
Fixes issues #9, #15, #40, aka "crashes on 64-bit Lion / 10.7 ABI".
Show description for c2ef692
johnezang
committed
c2ef692
View commit details
Copy full SHA for c2ef692
Browse repository at this point
Commits on Nov 17, 2011
Surpress "multiple methods named" error
Show description for c494f8d
soffes
committed
c494f8d
View commit details
Copy full SHA for c494f8d
Browse repository at this point
Changed cast to NSDictionary per John's request
soffes
committed
395ab9a
View commit details
Copy full SHA for 395ab9a
Browse repository at this point
Merge pull request #58 from samsoffes/master
Show description for e3f9017
johnezang
committed
e3f9017
View commit details
Copy full SHA for e3f9017
Browse repository at this point
Commits on Dec 18, 2011
Updated README.md with benchmark information for NSJSONSerialization.
johnezang
committed
2388b6f
View commit details
Copy full SHA for 2388b6f
Browse repository at this point
Merge branch 'master' of github.com:johnezang/JSONKit
johnezang
committed
0aff3de
View commit details
Copy full SHA for 0aff3de
Browse repository at this point
Commits on Mar 22, 2012
Minor changes to hashing and cache aging algorithms.
Show description for 02b983f
johnezang
committed
02b983f
View commit details
Copy full SHA for 02b983f
Browse repository at this point
Commits on Jun 24, 2012
Silences some warnings that newer versions of the compiler(s) complain about.
Show description for 5663f2d
johnezang
committed
5663f2d
View commit details
Copy full SHA for 5663f2d
Browse repository at this point
Commits on Jul 12, 2012
Add a `#ifdef` to silence a `clang` static analyzer false positive warning.
Show description for 8215763
johnezang
committed
8215763
View commit details
Copy full SHA for 8215763
Browse repository at this point
You can’t perform that action at this time.