aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-23 15:16:34 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-23 15:16:34 +0000
commitcb0a78131286b1a312351308d2cb6e59ed122fef (patch)
tree280ff409c85cc4e80e43a3ed14f648d15d077397 /lib
parent5e6649f0524a28e5d53aea174da5e512e614f377 (diff)
common: Moved from json-simple to jackson as JSON backend; changes include less confusing decoder code and the possibility to migrate to decoding/encoding directly to object representations. backend: Fixed JSON encoding code which was directly calling JSON backend instead of using ProtocolUtils.
Diffstat (limited to 'lib')
-rw-r--r--lib/jackson-core-asl-1.7.4.jarbin0 -> 207557 bytes
-rw-r--r--lib/jackson-mapper-asl-1.7.4.jarbin0 -> 629861 bytes
-rw-r--r--lib/json_simple-1.1.jarbin16046 -> 0 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/jackson-core-asl-1.7.4.jar b/lib/jackson-core-asl-1.7.4.jar
new file mode 100644
index 0000000..f4e6dfd
--- /dev/null
+++ b/lib/jackson-core-asl-1.7.4.jar
Binary files differ
diff --git a/lib/jackson-mapper-asl-1.7.4.jar b/lib/jackson-mapper-asl-1.7.4.jar
new file mode 100644
index 0000000..8a79d8d
--- /dev/null
+++ b/lib/jackson-mapper-asl-1.7.4.jar
Binary files differ
diff --git a/lib/json_simple-1.1.jar b/lib/json_simple-1.1.jar
deleted file mode 100644
index f395f41..0000000
--- a/lib/json_simple-1.1.jar
+++ /dev/null
Binary files differ