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
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?
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.
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