On Wed, Apr 28, 2010 at 3:30 PM, AJ ONeal <[email protected]> wrote:
> Before you go to the dark side, just consider this:
> http://coolaj86.blogspot.com/2010_03_01_archive.html#606168721267093296

At least compare apples to apples.  The XML example you gave has a lot
more information in it than the JSON example does.  If you want to
compare the two the XML would look more like this

<?xml version="1.0" encoding="UTF-8" ?>
<service name="shell">
        <disable>yes</disable>
        <socket_type>stream</socket_type>
        <wait>no</wait>
        <user>root</user>
        <server>/usr/libexec/rshd</server>
        <groups>yes</groups>
        <flags>REUSE</flags>
</service>

I have no deep love for XML, but the fragment above is just as
readable as the JSON example.

Nick
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to