But tell me, how should I interpret this one
{
"jvm" : null
}
opposed to this one
{
"jvm" : {"default" : null}
}
?
On Mar 23, 2011, at 9:23 PM, Heiko Braun wrote:
On Mar 23, 2011, at 9:15 PM, Jason T. Greene wrote:
> Those are all the same representation, its a map with a map key.
technically you right, but that doesn't mean it's easy to use.