Author

Topic: Serialization languages (Read 673 times)

hero member
Activity: 728
Merit: 500
165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
June 14, 2012, 06:50:36 PM
#4
JSON is great for simple data, especially just arrays of numbers.

YAML is great for rich complex data, but it requires a smarter parser.  I love the human readability though.

Both are much more fun to use than XML.
donator
Activity: 532
Merit: 501
We have cookies
June 14, 2012, 11:36:16 AM
#3
Actually I don't like serialization, but looks like JSON is the most popular and supported.
donator
Activity: 826
Merit: 1039
June 14, 2012, 11:28:59 AM
#2
Whatever my code libraries use is what I use. Nowadays, that seems to be JSON more often than not.

But YAML is great. Even CSV can be made usable.
legendary
Activity: 1288
Merit: 1076
June 14, 2012, 11:12:29 AM
#1


I recently found out about YAML and I think it's much cooler than JSON.

I'm curious about your opinion about it.
Jump to: