I wonder how does Dart handle JSON? More specifically:
- Can I access item in a JSON object and when, how?
- Can I convert Darts data structures like Set and Maps into JSON?
- Can I create a new JSON, only by calling JSON.parse?
- How can I add new items into a JSON?