Hello. I am trying to deserialize a json array of ...
# serialization
m
Hello. I am trying to deserialize a json array of "unstructured" operation descriptions into an object. The format is similar to
["create", true, {more: "properties"]
. There are more types than just the
"create"
shown here. I have attempted many different approaches but none were successful so far. What would be the best approach for such an input?
m
Thank you very much. That was a good pointer. 🙂