/Snippets/json_decode.tmSnippet
http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 9974f0c8e5ed7b274f6af1df52fa12f2 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>content</key>
- <string>json.decode(${1:json string to decode})</string>
- <key>name</key>
- <string>json.decode</string>
- <key>tabTrigger</key>
- <string>json.decode</string>
- <key>uuid</key>
- <string>33E1FDD4-2B77-4D40-B94B-71BA500903B7</string>
- </dict>
- </plist>