I am trying to access certain data points in a JSON tree in C#. This is an example in Python:
data = {} data["content"] = "message content"