Since... JSON.parse("{\"-12.3\":\"test\"}"); ...is valid according to RFC-4627 ...is it possible to retrieve "test" from the key "-12.3" in javascript? (It's obviously possible in erlang) /s