data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't serialize empty fields

saulshanabrook opened this issue · comments

we should ignore all the empty fields in the JSON and not serialize them to save space and make it easier to browse

Created upstream issue with documented work around: pydantic/pydantic#1846