Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5348 > unrolled thread

Re: [Python-de] Binärdaten in JSON

Started byMichael Ziegler <diese-addy@funzt-halt.net>
First post2018-11-30 08:07 +0100
Last post2018-11-30 08:07 +0100
Articles 1 — 1 participant

Back to article view | Back to de.comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [Python-de] Binärdaten in JSON Michael Ziegler <diese-addy@funzt-halt.net> - 2018-11-30 08:07 +0100

#5348 — Re: [Python-de] Binärdaten in JSON

FromMichael Ziegler <diese-addy@funzt-halt.net>
Date2018-11-30 08:07 +0100
SubjectRe: [Python-de] Binärdaten in JSON
Message-ID<mailman.14.1543561640.25456.python-de@python.org>
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
> 

[toc] | [standalone]


Back to top | Article view | de.comp.lang.python


csiph-web