YAML, JSON, or XML to store items in a document database

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-03-20T14:22:26Z Indexed on 2010/03/20 14:31 UTC
Read the original article Hit count: 352

Filed under:
|
|

I am creating a document database and I have to decide on a structure for the records which will be represented as strings. The database has to be able to be read from and written to using as many languages as possible using stable libraries in an efficient way. What are the relavant issues I have to consider, and what would you suggest is the ideal format?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about Xml