flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

[python] Add native python support for JSON (de)serialization (and Parser, IDLOptions, if possible)

Open christian-steinmeyer opened this issue 2 years ago • 3 comments

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.

christian-steinmeyer avatar Feb 17 '23 15:02 christian-steinmeyer

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.

dbaileychess avatar Mar 15 '23 02:03 dbaileychess

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.

github-actions[bot] avatar Sep 13 '23 20:09 github-actions[bot]

not-stale?

christian-steinmeyer avatar Sep 19 '23 15:09 christian-steinmeyer

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.

github-actions[bot] avatar Mar 20 '24 20:03 github-actions[bot]

This issue was automatically closed due to no activity for 6 months plus the 14 day notice period.

github-actions[bot] avatar Apr 04 '24 20:04 github-actions[bot]