Skip to content

Instantly share code, notes, and snippets.

@jvelo
Last active August 29, 2015 14:26
Show Gist options
  • Save jvelo/0eafe6cbbb3440c7f0f5 to your computer and use it in GitHub Desktop.
Save jvelo/0eafe6cbbb3440c7f0f5 to your computer and use it in GitHub Desktop.

Comparison of the size of some of java JSON mapping libraries

Artifact Size
org.json:json:20141113 64 KB
org.glassfish:javax.json:1.0.4 84 KB + 20KB (javax.json:javax.json-api)
com.fasterxml.jackson.jr:jackson-jr-all:2.6.0 327 KB
com.fasterxml.jackson.core:jackson-databind:2.6.0 1.2 MB + 253KB (com.fasterxml.jackson.core:jackson-core:2.6.0) + 46 KB (com.fasterxml.jackson.core:jackson-annotations:2.6.0)
com.google.code.gson:gson:2.3.1 206 KB
com.googlecode.json-simple:json-simple:1.1.1 24 KB
net.minidev:json-smart:2.1.1 122 KB + 71 KB (net.minidev:asm:1.0.2) + 43 KB (asm:asm:3.3.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment