Is it possible to write a binary chunk, serialized as "(uint32 numbytes) (chunk)" via stream operators, to json via a boost property tree?
To be more specific, lets say the binary chunk is a std::vector
of floats, and my iostream serializer parses the number of bytes as an int, followed the actual data.