vincent
vincent copied to clipboard
Is there a way to load json vega ?
Is it possible to load a python object from the json vega grammar ?
Looks like it's not yet implemented: https://github.com/wrobstory/vincent/blob/master/vincent/core.py#L371
def from_json(self):
"""Load object from JSON
Not yet implemented.
"""
raise NotImplementedError()