speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
59 stars 16 forks source link

Double quotes for JSON output #103

Open n-l opened 3 months ago

n-l commented 3 months ago

Hello,

From what I can tell, the JSON data that is output when using the API uses single quotes for both keys and values, instead of using double quotes as defined in the JSON spec. Could we get an API parameter for double quotes instead of having to do a manual conversion afterwards?

Thanks!