cabo / cbor-diag

CBOR diagnostic utilities
56 stars 10 forks source link

Indefinite information getting lost #20

Open allannielsen opened 2 years ago

allannielsen commented 2 years ago

It seems there are no way to keep information on indefinite strings/array/maps etc.

$ echo "{_ 3:4}" | diag2cbor.rb | cbor2diag.rb
{3: 4}