Join Slack
Communities
Powered by
Hi, I’m parsing a bit of JSON that can be like: ``...
# klaxon
p
perryprog
03/27/2018, 4:18 PM
Hi, I’m parsing a bit of JSON that can be like:
Copy code
{op: Int, d: Object}
OR
Copy code
{op: Int. d: Array<Object>}
What would be the best way to go around parsing this?
Open in Slack
Previous
Next