Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5348
| From | Michael Ziegler <diese-addy@funzt-halt.net> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Binärdaten in JSON |
| Date | 2018-11-30 08:07 +0100 |
| Message-ID | <mailman.14.1543561640.25456.python-de@python.org> (permalink) |
| References | <16bf5ba5-26db-dddf-0a42-ddc61670a4ae@thomas-guettler.de> <16F17211-15DA-482A-A036-2F4EB4460AF7@darwin.in-berlin.de> <5608028a-d0f0-9154-5c4a-503b220d8083@funzt-halt.net> |
Protobuf hat den aus-meiner-Sicht-Nachteil, dass man ein empfangenes Datenpäckchen nicht decoden kann ohne eine davon getrennte Schema-Datei zu haben, die dann auch noch compiled werden muss. Bei CBOR und JSON brauchst du nichts weiter als das Datenhäppchen, um es lesen zu können. Michael. Dinu Gherman wrote: > Oder doch gleich protobuf? > > Gruß, > Dinu > >> Am 29.11.2018 um 16:36 schrieb Thomas Güttler <guettliml@thomas-guettler.de>: >> >> Hat jemand schon mal mit binären Daten in JSON gearbeitet? >> >> Welche Lösungsvariante habt ihr gewählt? >> >> V1: http://bsonspec.org/ >> V2: http://bjson.org/ >> V3: https://github.com/FasterXML/smile-format-specification >> V4: .... >> >> Gruß, >> Thomas >> >> >> -- >> Thomas Guettler http://www.thomas-guettler.de/ >> I am looking for feedback: https://github.com/guettli/programming-guidelines >> _______________________________________________ >> python-de maillist - python-de@python.org >> https://mail.python.org/mailman/listinfo/python-de > > _______________________________________________ > python-de maillist - python-de@python.org > https://mail.python.org/mailman/listinfo/python-de >
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Binärdaten in JSON Michael Ziegler <diese-addy@funzt-halt.net> - 2018-11-30 08:07 +0100
csiph-web