Hacker News new | ask | show | jobs
by microtonal 5124 days ago
Doesn't this introduce ambiguity? How do you represent list of 'tuple lists'?
2 comments

you could steal the method rjson uses and do this

   "users": [
        [3, "first", "last"],
        [3, "Homer", "Simpson"],
        [3, "Hank", "Hill"],
        [3, "Peter", "Griffin"]
    ],