Post JSON data
When I receive the payload, it looks like the order in JSON is changed when received on Xano. For example the JSON posted from the external server to the Xano endpoint is:
{
 'event_id': '...',
 'mobile':'...',
 'sdkAuthToken':'...'
}
But this when seen in debug mode is as following:
{
  'mobile':'...',
  'event_id':'....',
  'sdkAuthToken':'....'
}
This is happening all times. Is there a sort order by any means in debug mode?
Other
5 replies