Open AndrewNatoli opened 8 years ago
Note that the "friends" list gets converted to "ownFriends" on the PHP-side. Goes in as the "friends" table, but comes back out as an "ownFriends" array.
On GET, need to run through elements, check if those starting with "own" are associative arrays or sequential. If the latter, strip the "own" from the start.
Goal is to convert RapidREST to support nested JSON data like this:
POST /bagel
pardon the crazy example 🙃