vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
106 stars 14 forks source link

Remove JSON string (de)serialization and rework Python signatures #20

Closed jonmmease closed 2 years ago

jonmmease commented 2 years ago

The main purpose of this PR is to remove as many JSON string (de)serializations steps as possible.

To this end:

Additionally, I added an integration test suite for the vl-convert CLI application