1.0.0 • Published 9 years ago

nsliteral v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

nsliteral

JSON -> NSArray literal or NSDictionary literal

Ex: fibrous-coffee> nsliteral 1 '@1'

fibrous-coffee> nsliteral "hello"
'@"hello"'

fibrous-coffee> nsliteral [1,2,3]
'@[@1, @2, @3]'

fibrous-coffee> nsliteral {"hello": 1, world: [true, false, null]}
'@{@"hello": @1, @"world": @[@(YES), @(NO), [NSNull null]], }'