Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5348
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Michael Ziegler <diese-addy@funzt-halt.net> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Binärdaten in JSON |
| Date | Fri, 30 Nov 2018 08:07:18 +0100 |
| Lines | 39 |
| 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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de H6jToQcfp6C6lXe7RojPbwmnWwwaKGhcJEytkRkAIh6Q== |
| Return-Path | <diese-addy@funzt-halt.net> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
| In-Reply-To | <16F17211-15DA-482A-A036-2F4EB4460AF7@darwin.in-berlin.de> |
| Content-Language | en-US |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.29 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <5608028a-d0f0-9154-5c4a-503b220d8083@funzt-halt.net> |
| X-Mailman-Original-References | <16bf5ba5-26db-dddf-0a42-ddc61670a4ae@thomas-guettler.de> <16F17211-15DA-482A-A036-2F4EB4460AF7@darwin.in-berlin.de> |
| Xref | csiph.com de.comp.lang.python:5348 |
Show key headers only | View raw
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