Click here to Skip to main content
15,884,473 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: Thought of the Day Pin
DRHuff17-Dec-20 5:10
DRHuff17-Dec-20 5:10 
GeneralRe: Thought of the Day Pin
W Balboos, GHB17-Dec-20 6:05
W Balboos, GHB17-Dec-20 6:05 
QuestionI'd like to ask a question about JSON to get a feel for priorities of coders here Pin
honey the codewitch17-Dec-20 4:08
mvahoney the codewitch17-Dec-20 4:08 
AnswerRe: I'd like to ask a question about JSON to get a feel for priorities of coders here PinPopular
BabyYoda17-Dec-20 4:26
BabyYoda17-Dec-20 4:26 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 4:44
mvePIEBALDconsult17-Dec-20 4:44 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
Matthew Dennis17-Dec-20 6:10
sysadminMatthew Dennis17-Dec-20 6:10 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
PIEBALDconsult17-Dec-20 8:21
mvePIEBALDconsult17-Dec-20 8:21 
GeneralRe: I'd like to ask a question about JSON to get a feel for priorities of coders here Pin
harvyk020-Dec-20 11:00
harvyk020-Dec-20 11:00 
Whilst I can understand there may be restrictions on simply downloading (or worse simply referencing an external 3rd party site), surely there is a mechanism to obtain an external library under controlled circumstances?

Personally I see it no different than choosing a piece of off-the-shelf software. Go through the standard checks you would do before deploying any other 3rd party piece of software and you'd be fine.

I've written parsers in the past (albeit XML). I spent weeks accounting for our specific use case scenario, it wasn't even fully featured. All it would take was the external source of the XML to decide to implement something that my parser hadn't included and the system would have fallen over.

So I would be going to your higher-ups with the following three arguments.

1. A custom JSON parser is likely to take weeks to develop and test
2. A custom JSON parser has potential to not correctly implement the full set of JSON rules, thus would be a risk to the project.
3. Evaluating JSON parser options for suitability and security would be a quicker, cheaper, and potentially more secure option than attempting to build your own parser (since it's is possible to embed executable code into JSON)
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 
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 

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.