Skip to content

Instantly share code, notes, and snippets.

View ibio's full-sized avatar
😀
I may be slow to respond.

ibio

😀
I may be slow to respond.
  • New York
View GitHub Profile
#pragma strict
import MiniJSON;
import System.Collections.Generic;
function Start () {
var jsonString = "{ \"array\": [1.44,2,3], " +
"\"object\": {\"key1\":\"value1\", \"key2\":256}, " +
"\"string\": \"The quick brown fox \\\"jumps\\\" over the lazy dog \", " +
"\"unicode\": \"\\u3041 Men\\u00fa sesi\\u00f3n\", " +
"\"int\": 65536, " +