From XML to JSON to CBOR
cborbook.com
From XML to JSON to CBOR
1–10 of 106 posts
Re: From XML to JSON to CBOR
#2Re: From XML to JSON to CBOR
#3Re: From XML to JSON to CBOR
#4Odd that the XML and JSON sections show examples of the format, but CBOR doesn’t. I’m left with no idea what it looks like, other than “building on JSON’s key/value format”.
Re: From XML to JSON to CBOR
#5Edit: BSON seems to contain more data types than JSON, and as such it is more complex, whereas CBOR doesn't add to JSON's existing structure.
Re: From XML to JSON to CBOR
#6Odd that the XML and JSON sections show examples of the format, but CBOR doesn’t. I’m left with no idea what it looks like, other than “building on JSON’s key/value format”.
I'm assuming, since it's a binary encoded, the textual output would not be something you'd like to look at.
Re: From XML to JSON to CBOR
#7Earlier quoted context omitted.
I'm assuming, since it's a binary encoded, the textual output would not be something you'd like to look at.
People look at TCP packets all the time.
Re: From XML to JSON to CBOR
#8Re: From XML to JSON to CBOR
#9Odd that the XML and JSON sections show examples of the format, but CBOR doesn’t. I’m left with no idea what it looks like, other than “building on JSON’s key/value format”.
I'm assuming, since it's a binary encoded, the textual output would not be something you'd like to look at.
Re: From XML to JSON to CBOR
#10Earlier quoted context omitted.
People look at TCP packets all the time.
In which format? As a list of 1s and 0s; in hex? TCP or IP if I just pasted the textual version of any binary data id captured without some form of conversion it's not good to look at. Especially if it's not accompanied by the encoding schema so you can actually make sense of it.