Skip to content

Nested raw json for encoder #128

@IgorKarymov

Description

@IgorKarymov

Hi there!
it's very useful to be able to inform the encoder that some part of the input is already JSON.
So it should be used "as is" without any additional escaping etc.
Something like:

Payload = jiffy:encode(#{foo => bar}),
%%...
%%... a few hours later in another process on another node :)...
%%...
Packet = jiffy:encode(#{id => 1, payload => {json, Payload}}).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions