I am using JSON-Lib library to do JSON encoding. Can't do it with GSON (my preferred library when dealing with JSON in Java) or any other libraries ...
I need to encode a BigDecimal compactly into a ByteBuffer to replace my current (rubbish) encoding scheme (writing the BigDecimal as a UTF-8 encoded String prefixed with a byte denoting the ...