JanetDocsPlaygroundI'm feeling luckyGitHub sign in

unmarshal



    cfunction
    src/core/marsh.c on line 1511, column 1

    (unmarshal buffer &opt lookup)

    Unmarshal a value from a buffer. An optional lookup table can be 
    provided to allow for aliases to be resolved. Returns the value 
    unmarshalled from the buffer.


1 exampleSign in to add an example
Loading...
(unmarshal @"hello world!") # => 104
jgartePlayground