On 5 Sep 2016, at 1:42, Jerry Lundström wrote:

Overall looks good, just a few minor concerns with adaptation/
interoperability:

- Non-ASCII octets escaping "\DDD" may lead to broken implementations
and/or encoding problem (oh so many printf()'ed JSON implementations out
there)

Sure, but I'm not sure what to do about this. It's not really a security consideration, and it's not really even about this format: that's true for any application that gets a host name in return to a PTR query, yes?

- The use of "!" and "*" in object attribute names will make it hard to
use in language that can read JSON and give out native objects such as
JavaScript.

Yeah, I thought about that: it sucks for most programming languages. Would people be happier if I used "B64" and "HEX" for trailers of names instead of "!" and "*"? I guess I'm in control of the naming and can be sure those don't appear at the end of object names.

--Paul Hoffman

_______________________________________________
DNSOP mailing list
DNSOP@ietf.org
https://www.ietf.org/mailman/listinfo/dnsop

Reply via email to