Midrange News for the IBM i Community


Posted by: Bob Cozzi
Rogue Programmer
Cozzi Productions, Inc.
Chicagoland
Are you using JSON?
has no ratings.
Published: 29 Aug 2013
Revised: 30 Aug 2013 - 3892 days ago
Last viewed on: 26 Apr 2024 (4198 views) 

Using IBM i? Need to create Excel, CSV, HTML, JSON, PDF, SPOOL reports? Learn more about the fastest and least expensive tool for the job: SQL iQuery.

Are you using JSON? Published by: Bob Cozzi on 29 Aug 2013 view comments(4)

I've had two clients ask about JSON support in COZZI TOOLS.

I'm wondering why people are using this relatively obscure syntax vs XML or even CSV?

Is there some benefit of using it over another format?

Thanks.

Return to midrangenews.com home page.
Sort Ascend | Descend

COMMENTS

(Sign in to Post a Comment)
Posted by: avrSteve
Premium member *
Comment on: Are you using JSON?
Posted: 10 years 7 months 28 days 13 hours 21 minutes ago

We use JSON in conjunction with .Net apps. It's obscure only in the 400 world. Huge in .NET land. Works great with Java!--script-- etc. It is also a lighter footprint for data transfer vs. XML.

Posted by: bobcozzi
Site Admin ****
Chicagoland
Comment on: Are you using JSON?
Posted: 10 years 7 months 28 days 8 hours 23 minutes ago

That's what I'm hearing too. I've been able to port a JSON library over to the IBM i system. It can be used to create or parse JSON using C and eventually RPG. It seems to work well.

Posted by: DaleB
Premium member *
Reading, PA
Comment on: Are you using JSON?
Posted: 10 years 7 months 27 days 17 hours 58 minutes ago

I've run into it once or twice. If I understand it correctly, JSON is a way to serialize a Java object. Useful for import and export if it's all Java talking to Java, I guess.

Posted by: bobcozzi
Site Admin ****
Chicagoland
Comment on: Are you using JSON?
Posted: 10 years 7 months 27 days 16 hours 58 minutes ago
Edited: Fri, 30 Aug, 2013 at 13:17:44 (3892 days ago)

Dale,

Java!--script--, perhaps Java, but its JSON="Java!--script-- Object Notation" and as we know, Java!--script-- has zero to do with Java, It was just a dumb NetScape decision to name it similar to Java.