Hi Anitha,
By "implementing json" you mean how to create JSON objects? Easiest way is to use libraries like gson that auto converts a POJO to JSON.
Since, JSON objects can be read directly (by eval i guess, I am not a JS guru) in javascript I am not sure what you are specifically asking.