Thread: JSON Vs XML

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    I like using XML, never used JSON so to speak, as to which is better I don't know, but it doesn't really matter does it? You're only loading the files on start up anyway.
    Reply With Quote  
     

  2. #12  
    Chemist

    Advocatus's Avatar
    Join Date
    Dec 2009
    Posts
    2,622
    Thanks given
    201
    Thanks received
    813
    Rep Power
    1462
    I personally use json. I like the syntax a lot more than xml. For me loading times and performance are irrelevant since it is called on startup (for me).
    Quote Originally Posted by blakeman8192 View Post
    Quitting is the only true failure.
    Reply With Quote  
     

  3. Thankful user:


  4. #13  
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366
    Quote Originally Posted by iRageQuit2012 View Post
    Pretty sure JSON is faster, but I'm not growing too fond of it, don't really like the naming conventions and if you plan on releasing work, people will need to download the JSON external library and put it on eclipse (assuming they use eclipse) and most people don't know how and will be too lazy to figure it out.
    no. i don't even understand how that's a problem... if they're too lazy to fix the project setup in eclipse then who the fuck cares? they aren't going to be able to make a good server anyway.

    personally, i like yaml as a readable format. you can even write your own parser for it if you want. it's fast (since it's simple) and easy to read and edit. i use "binary format" (everything is technically binary, we need a new name) and my "editor" is a hex editor. making a custom editor isn't even that fucking hard.


    you are clearly upset.
    .
    Reply With Quote  
     

  5. #14  
    Registered Member

    Join Date
    Sep 2007
    Age
    32
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    what ever happened to java.util.Properties

    Those were the good old days
    Hyperion V2 Martin's Updates.

    Scar says:
    i hate it when it hits your face
    Reply With Quote  
     

  6. #15  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    Quote Originally Posted by Martin View Post
    what ever happened to java.util.Properties

    Those were the good old days
    Properties are for properties...

    Attached image

    Reply With Quote  
     

  7. Thankful user:


  8. #16  
    Renown Programmer

    Join Date
    Dec 2010
    Posts
    2,876
    Thanks given
    508
    Thanks received
    1,898
    Rep Power
    5000
    Quote Originally Posted by S Quare Quxx View Post
    Properties are for properties...
    nah it sucks even for that
    Reply With Quote  
     

  9. Thankful user:


  10. #17  


    Major's Avatar
    Join Date
    Jan 2011
    Posts
    2,997
    Thanks given
    1,293
    Thanks received
    3,556
    Rep Power
    5000
    As just about everyone else said, speed is irrelevant unless the difference is several orders of magnitude or something. Use the one you like the most.
    Reply With Quote  
     

  11. #18  
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    Quote Originally Posted by Major View Post
    As just about everyone else said, speed is irrelevant unless the difference is several orders of magnitude or something. Use the one you like the most.
    I like JSON the most tbh. I think it is very easy to use.
    Reply With Quote  
     

  12. #19  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    plain text files
    Reply With Quote  
     

  13. #20  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    JaSON is clearly superior, faster and jumps higher than everything
    Reply With Quote  
     

Page 2 of 3 FirstFirst 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Java JSON
    By K2 in forum Application Development
    Replies: 7
    Last Post: 05-13-2012, 04:47 AM
  2. JSON Cache
    By Laxika in forum Website Development
    Replies: 4
    Last Post: 03-06-2012, 01:23 PM
  3. 508 Items.xml, Objects.xml and Npcs.xml
    By owner blade in forum Configuration
    Replies: 2
    Last Post: 01-14-2011, 12:16 AM
  4. [CharnyCoding - C#/XML] Read a XML file [Video]
    By Charny in forum Application Development
    Replies: 0
    Last Post: 07-30-2010, 03:29 AM
  5. Replies: 3
    Last Post: 05-03-2010, 03:39 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •