Skip to content

Schemas and Protocol Usage of JSON Lines #120

Description

@adligo

Hi All,

Now that you've done JSON Lines, what about Schemas?
https://json-schema.org/

Are you all interacting with the JSON Schema community?

Also, what about mixed formats, and also using JSON lines for buffering/streaming?

["someJsonLines"]
<binary | xml | json | csv  | yaml | etc />
["?otherJsonLines"]

Is anyone interested in collaborating on something, or is there something already in progress?

Why I asked;

I've been working on some protocols on and off over the years ... initially;
https://datatracker.ietf.org/doc/draft-adligo-hybi-asbp/

Then this;
https://github.com/adligo/cmn.adligo.org

Then, more recently, discussing here;
https://discord.gg/GkNNRTt7Ap

I was looking to create an HTTP-like header, i.e.

cmd=getSomeData;
size=45!
<binary | xml | json | csv | yaml | etc />

However, now I'm thinking JSON lines in some form might be the path of least resistance.

If JSON Lines ends up in one of my RFCs or Libraries, are you interested in a contribution to this project?

Cheers,
Scott

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