Advertisement
GenuineSounds

Untitled

Feb 15th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. Original:
  2. {
  3.   "Some String": "387"
  4. }
  5.  
  6. After serialization to JSON and back:
  7. {
  8.   "Some String": 387
  9. }
  10.  
  11. compound.getString("Some String"):
  12. 387
  13.  
  14. bytes:
  15. 0A000008000B536F6D6520537472696E67000333383700
  16.  
  17. bytes after serialization to JSON and back:
  18. 0A000002000B536F6D6520537472696E67018300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement