A quick example for appending to an existing key in a JSON.NET object, since for me at least it wasn’t clear in the documentation.
| |
Small update:
You can even add multiple entries to an JArray the same way
| |
A quick example for appending to an existing key in a JSON.NET object, since for me at least it wasn’t clear in the documentation.
| |
Small update:
You can even add multiple entries to an JArray the same way
| |