Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: rpc example for array of json objects
This change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function. For people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.
- Loading branch information