mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Added NSJSONSerialization (10.7) implementation. The code path reading from an NSInputStream is not well tested - please try and break it!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33631 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1ab6b2dba
commit
c1cca9a336
6 changed files with 1011 additions and 0 deletions
|
@ -215,6 +215,7 @@ NSHTTPCookieStorage.m \
|
|||
NSIndexPath.m \
|
||||
NSIndexSet.m \
|
||||
NSInvocation.m \
|
||||
NSJSONSerialization.m \
|
||||
NSKeyedArchiver.m \
|
||||
NSKeyedUnarchiver.m \
|
||||
NSKeyValueCoding.m \
|
||||
|
@ -378,6 +379,7 @@ NSHTTPCookieStorage.h \
|
|||
NSIndexPath.h \
|
||||
NSIndexSet.h \
|
||||
NSInvocation.h \
|
||||
NSJSONSerialization.h \
|
||||
NSKeyedArchiver.h \
|
||||
NSKeyValueCoding.h \
|
||||
NSKeyValueObserving.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue