[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua x XML
- From: Matt Campbell <mattcampbell@...>
- Date: Thu, 06 Mar 2008 22:14:49 -0600
Lua is similar enough to JSON (JavaScript Object Notation) that I think
the articles and blog posts on XML vs. JSON apply equally well to XML
vs. Lua, except in one area: Unicode. Whereas JSON requires that the
UTF-8 encoding be used, Lua leaves this issue up to the application.
Matt