Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 19, 2019 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6cdd091c1b6e77f9271ae07b600a63df to your computer and use it in GitHub Desktop.
Save parzibyte/6cdd091c1b6e77f9271ae07b600a63df to your computer and use it in GitHub Desktop.
JSONObject jsonObject = new JSONObject(mascota);
String codificado = jsonObject.toString();
System.out.println("Codificado: " + codificado);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment