poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JSON Representation


From: Jose E. Marchesi
Subject: Re: JSON Representation
Date: Sat, 09 May 2020 17:49:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

     > Oh I see.  Doesn't that mean that we ought to tag the values (every
    > value) with a "type" property?
    >
    > An unsigned int value would then be:
    >
    >   {"type" : "UnsignedInt", "value" : 15, "size" : 1}
    >
    > And a signed value:
    >
    >   {"type" : "Int", "value" : 15, "size" : 12}
    >
    
    Will do it.
    
    > This is basically the "type" I am proposing above right?
    >
    
    Yes.

Thanks.

For the next iteration, can you please post the full description instead
of a diff?  We don't have the base for the diff, so it is easier for us
to see the whole thing :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]