[python] Add native python support for JSON (de)serialization (and Parser, IDLOptions, if possible)
I'm using the python wrapper of flatbuffers, available from pypi. As far as I can tell, it only contains a very limited set of functionalities in comparison to the C++ implementation.
In particular I'm interested in json (de)serialization. As far as I can tell, right now, there is no such option in python.
Also, when adding the --cs-gen-json-serializer and --gen-object-api flags to the flatc call, this doesn't seem to have an effect in combination with the --python flag.
Yeah, C++ is the default language where new features are defined and implemented first. Other languages typically follow C++ lead and implement it via community contributions.
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.
not-stale?
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.
This issue was automatically closed due to no activity for 6 months plus the 14 day notice period.