Skip to content

Instantly share code, notes, and snippets.

@thiagosperandio
Last active February 1, 2021 14:21
Show Gist options
  • Save thiagosperandio/920d4adb7e2385c12d2ec321980c8374 to your computer and use it in GitHub Desktop.
Save thiagosperandio/920d4adb7e2385c12d2ec321980c8374 to your computer and use it in GitHub Desktop.
Java toString() like JSON format
{ "${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