Text.JSON Questions

Don Stewart dons at galois.com
Tue Jul 29 13:17:28 EDT 2008


bos:
> > I'm unclear on the design goals of parameterizing JSObject.  Why isn't JSObject just a list of (String,JSValue) tuples?
> 
> Doing things this way permits the avoidance of the
> OverlappingInstances extension, and so makes the library H98
> compliant. The downside is that the library is really clunky to use.

If its *really* clunky, we can provide the overlapping interface as
well...

How strongly to people feel?

-- Don


More information about the Libraries mailing list