[Info-vax] JSON, was: Re: First ship poll: When will the first native x86-64 compilers ship ?

Simon Clubley clubley at remove_me.eisner.decus.org-Earth.UFP
Sun Apr 17 18:55:44 EDT 2022


On 2022-04-16, Richard Maher <maher_rjSPAMLESS at hotmail.com> wrote:
> I work every year with wankers that don't understand relational DBs and 
> SQL and insist on some shit like Entity Framework to try to turn a table 
> into a class(es) and other wankers that demand a "model" because they're 
> upset JSON is just a String :-(
>

But JSON isn't a string. That would be like calling a database just
a stream of bytes.

The string is just the backing store for the data held within and you
certainly do need a parser, and maybe some object model that you can
iterate through, to assign meaning to the contents of that string.

Having said that, I do think that sometimes people do go overboard in
using whatever is the fashion of the month instead of just a nice simple
parser that maybe just builds an object tree that you can iterate through
to extract the data you need.

Simon.

-- 
Simon Clubley, clubley at remove_me.eisner.decus.org-Earth.UFP
Walking destinations on a map are further away than they appear.



More information about the Info-vax mailing list