Tagged: json

0

Linked List : Three FOSS Tools to work with CSVs

If you work with Data, you can’t escape working with CSVs. It’s a universally accepted data format for sharing the data. I use the following tools to wrangle with it.

2

Linked List : Three FOSS tools to work with JSON

If you are a web developer or an API developer, you would have used JSON daily unless you are deeply buried in the XML world. There are some tools that I use to work with them daily. These tools are useful if you are a developer or a tester or just a curious mind who likes to explore the web or config files.

Javascript API for wordpress posts 1

Javascript API for wordpress posts

I have been looking at ways of using my activity stream. The stream is a WordPress blog and has various kinds of data (status msg, pictures, links and posts). Eventhough wordpress provides certain xml based APIs, I wanted something simple, that works on client side. One of the requirement was to pull the...