Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reading of vega spec #6

Open
omoumniabdou opened this issue Sep 9, 2022 · 0 comments
Open

Fix reading of vega spec #6

omoumniabdou opened this issue Sep 9, 2022 · 0 comments

Comments

@omoumniabdou
Copy link
Contributor

omoumniabdou commented Sep 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant