Click here to Skip to main content
15,884,739 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult20-Dec-20 17:14
mvePIEBALDconsult20-Dec-20 17:14 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
harvyk020-Dec-20 18:14
harvyk020-Dec-20 18:14 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Kent Sharkey17-Dec-20 11:15
staffKent Sharkey17-Dec-20 11:15 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 11:27
mvePIEBALDconsult17-Dec-20 11:27 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Reelix17-Dec-20 21:21
Reelix17-Dec-20 21:21 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult18-Dec-20 4:12
mvePIEBALDconsult18-Dec-20 4:12 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 4:42
mvePIEBALDconsult17-Dec-20 4:42 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:12
mvahoney the codewitch17-Dec-20 8:12 
PIEBALDconsult wrote:
I assume that most would not implement either of those, but instead want to have the whole entire document, because why else would you be parsing the thing anyway?


In my JSON on Fire[^] article I present several cases where you only need a little data from a much larger dataset.

Consider querying any mongoDB repository online. You don't need to parse everything you get back because the data they return is very large grained/chunky. You don't get fine grained query results with it. You get kilobytes of data at least, and on an IoT device you may just not have the room.

The show information for Burn Notice from tmdb.com is almost 200kB. I know that because I'm using it as a test data set.
Real programmers use butterflies

GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 8:41
mvePIEBALDconsult17-Dec-20 8:41 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:43
mvahoney the codewitch17-Dec-20 8:43 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Jörgen Andersson17-Dec-20 5:27
professionalJörgen Andersson17-Dec-20 5:27 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Marc Clifton17-Dec-20 6:12
mvaMarc Clifton17-Dec-20 6:12 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:08
mvahoney the codewitch17-Dec-20 8:08 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Marc Clifton17-Dec-20 13:41
mvaMarc Clifton17-Dec-20 13:41 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
CPallini17-Dec-20 7:34
mveCPallini17-Dec-20 7:34 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
DerekT-P17-Dec-20 10:14
professionalDerekT-P17-Dec-20 10:14 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Slacker00717-Dec-20 7:53
professionalSlacker00717-Dec-20 7:53 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:01
mvahoney the codewitch17-Dec-20 8:01 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Slacker00717-Dec-20 8:11
professionalSlacker00717-Dec-20 8:11 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:23
mvahoney the codewitch17-Dec-20 8:23 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Slacker00717-Dec-20 8:38
professionalSlacker00717-Dec-20 8:38 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 8:41
mvahoney the codewitch17-Dec-20 8:41 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Jörgen Andersson17-Dec-20 10:15
professionalJörgen Andersson17-Dec-20 10:15 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 10:18
mvahoney the codewitch17-Dec-20 10:18 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 13:09
mvePIEBALDconsult17-Dec-20 13:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.