Live data from Hacker News

Internet Object – A JSON alternative data serialization format

internetobject.org

31–40 of 83 posts

Re: Internet Object – A JSON alternative data serialization format

#32
> age:{int, min:20}, address: {street, city, state}

Unless the space after the colon is significant it seems we have to just "know" that int introduces a type definition instead of a structure.

Also

> Schema Details JSON doesn't have built-in schema support!

seems a little disingenuous. JSON provides a name for each type of value, so there is mostly no need for the schema when viewing the data. There is a JSON Schema definition.

Re: Internet Object – A JSON alternative data serialization format

#35
If you follow that link which says "Read the Story Here" they have this json example which has a list of employees and then info about the pagination of that list. The caption is this

>If you look closely, this JSON document mixes the data employees with other non-data keys (headers) such as count, currentPage, and pageSize in the same response.

But they don't explain at all how Changing the data format fixes the underlying issue of mixed concerns in one data object.

Re: Internet Object – A JSON alternative data serialization format

#37
post #32

> age:{int, min:20}, address: {street, city, state} Unless the space after the colon is significant it seems we have to just "know" that int introduces a type definition instead of a structure. Also > Schema Details JSON doesn't have built-in schema support! seems a little disingenuous. JSON provides a name for each type of value, so there is mostly no need for the schema when viewing the data. There is a JSON Schema…

Yeah, this format looks really badly designed

Re: Internet Object – A JSON alternative data serialization format

#40
What ever the pros and cons are here... What the ** does this mean?

> Name , Email > Remain updated, we'll email you when it is available.

Why do this? Should i read that the format isn't ready? Is there going to be a mailing list of format enthusiast? Are you planning on releasing a V2022 next year and every year? More use-case specific derivatives?

All a format needs is 3 short examples, a language definition, and a link to an implementation.

Everything else lowers my expectation and its appeal.

Post reply on HN