Last active
January 16, 2025 15:54
-
-
Save ViniciusFXavier/53d84bd2545237fda90c84440894516e to your computer and use it in GitHub Desktop.
JSONB test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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