2014
MessagePack: It's like JSON. but fast and small.
by 4 othersIt's like JSON.
but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
2011
Mr. Data Converter
by 2 othersI will convert your Excel data into one of several web-friendly formats, including HTML, JSON and XML.
1
(3 marks)