emoji extracted from: https://www.buzzfeed.com/nathanwpyle/20-emojis-every-texan-wish-existed
128x128 png: http://i.imgur.com/J7aWlvq.png
emoji extracted from: https://www.buzzfeed.com/nathanwpyle/20-emojis-every-texan-wish-existed
128x128 png: http://i.imgur.com/J7aWlvq.png
| // Author - Santosh Rajan | |
| import Foundation | |
| let jsonObject: [AnyObject] = [ | |
| ["name": "John", "age": 21], | |
| ["name": "Bob", "age": 35], | |
| ] | |
| func JSONStringify(value: AnyObject, prettyPrinted: Bool = false) -> String { |