You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace hjson.loads(vega_spec) by hjson.loads(vega_spec, strict=False). for example, if there is a \t in the vega spec it is still valid in vega but fails to load with hjson in python
The text was updated successfully, but these errors were encountered:
replace
hjson.loads(vega_spec)
byhjson.loads(vega_spec, strict=False)
. for example, if there is a\t
in the vega spec it is still valid in vega but fails to load withhjson
in pythonThe text was updated successfully, but these errors were encountered: