I am trying to post some data to Firebase (the relative part of the url is / messages.json). The following request content:
{"gsx$enddate":"sometime"}
Gives the following error:
Invalid data failed to parse JSON object, array or value. You may be using invalid characters in your key names.
This is really JSON. What am I doing wrong?
source share