Skip to content

Instantly share code, notes, and snippets.

@ViniciusFXavier
Last active January 16, 2025 15:54
Show Gist options
  • Save ViniciusFXavier/53d84bd2545237fda90c84440894516e to your computer and use it in GitHub Desktop.
Save ViniciusFXavier/53d84bd2545237fda90c84440894516e to your computer and use it in GitHub Desktop.
JSONB test
callback({
"status": "success",
"message": "JSONP callback executed successfully",
"data": {
"id": 123,
"value": "Hello, world!"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment