/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>content</key>
  6. <string>json.decode(${1:json string to decode})</string>
  7. <key>name</key>
  8. <string>json.decode</string>
  9. <key>tabTrigger</key>
  10. <string>json.decode</string>
  11. <key>uuid</key>
  12. <string>33E1FDD4-2B77-4D40-B94B-71BA500903B7</string>
  13. </dict>
  14. </plist>