JSON I want to parse in rust using Serde:
[999,{"a":[[1,2,3], [12,3]], "b":[[1,2,3], [12,3]]}, "some_string"]
I