[GH-ISSUE #174] Validate JSON string in the docs #130

Closed
opened 2026-02-28 01:23:20 +03:00 by kerem · 0 comments
Owner

Originally created by @eyedol on GitHub (Jun 3, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/174

The sample JSON string for success or failure response doesn't validate -- http://smssync.ushahidi.com/developers/

It should be

{
    "payload": {
        "success": true,
        "error": null
    }
}
Originally created by @eyedol on GitHub (Jun 3, 2014). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/174 The sample JSON string for success or failure response doesn't validate -- http://smssync.ushahidi.com/developers/ It should be ``` javascript { "payload": { "success": true, "error": null } } ```
kerem closed this issue 2026-02-28 01:23:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#130
No description provided.