scripts/qmp-shell: Fix "FuzzyJSON" parser
commit6faf2384ec78d5a1e0b5dfe430e80cf2278e45c4
authorJohn Snow <jsnow@redhat.com>
Mon, 7 Jun 2021 20:06:30 +0000 (7 16:06 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:07 +0000 (18 16:10 -0400)
treebab76f98fa3c8787463f64b779d15f8769adfc90
parentad4eebee00a52a6f0e9761ffd0fd0002c259bc21
scripts/qmp-shell: Fix "FuzzyJSON" parser

I'm not sure when this regressed (Or maybe if it was ever working right
to begin with?), but the Python AST requires you to change "Names" to
"Constants" in order to truly convert `false` to `False`.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210607200649.1840382-24-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qmp-shell