iwind/rockmongo

rockmongo display data "{XXX}" as "[XXX]"

Opened this issue · 1 comments

sample:

{
"_id":"foo"
"{XXX}": "[XXX]",
"{X": "X}"
}

Rock mongo's page displayed
{
"_id":"foo"
"[XXX]": "[XXX]",
"[X": "X]"
}

Just faced this issue. Lost a few hours thinking why I have different expressions (${ } and $[ ]) on different envs. But I believe nobody supports RockMongo anymore, so it won't get fixed anyway. Sad.