Click here to Skip to main content
15,880,427 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
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 
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 
My needs are simple -- some other team sends us some number of JSON files and I need to load the data into SQL Server.
In most cases, each JSON file contains one "table" of data so loading it into a table is simple.
At most I may want to filter out large binary values which are of no use to us.
And we trust the sender to have provided well-formed JSON -- if it isn't, we find out real fast and throw it back to them to fix.
Well-formedness is one of those things you shouldn't be concerned about once you get your application to PROD.

At this time, I'm consuming two sets of files from third-party products which those products also have to be able to read -- they're the configuration files for those products.
The only untrustworthy set of data I consume is one which is generated by a utility I wrote, so if it's broken it's my fault and I can fix it.
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 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Jörgen Andersson18-Dec-20 6:19
professionalJörgen Andersson18-Dec-20 6:19 

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.