Arquivos
hhvm/hphp
Owen Yamauchi f537fa7cc1 JSON parser: fix empty dictionaries inside of dictionaries
I broke this with my change to stop boxing everything. It was dropping
empty dictionaries inside dictionaries, because the "}" of empty
dictionaries is a different parser action from the "}" of nonempty
dictionaries, and I'd neglected to update it. (The fact that no tests
caught this before is a little unsettling.)
2013-05-20 13:52:33 -07:00
..
2013-05-20 13:52:33 -07:00
2013-05-20 13:52:29 -07:00
2013-05-20 12:04:08 -07:00
2013-05-20 13:52:32 -07:00
2013-02-11 02:10:41 -08:00
2013-04-25 00:50:03 -07:00