Last active
February 1, 2021 14:21
-
-
Save thiagosperandio/920d4adb7e2385c12d2ec321980c8374 to your computer and use it in GitHub Desktop.
Java toString() like JSON format
This file contains 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
Show hidden characters
{ "${object.className}" : { "${member.name}": "${member.value}", "${otherMembers}" } } | |
// --- | |
// Obs: Deixe uma linha em branco no final, se quiser mostrar cada Elemento em uma linha, no caso de uma lista desse mesmo elemento. Senão todos serão mostrados numa linha só. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment