As an Eclipse using client-side dev, my colleague just showed me the coolest features in Visual Studio where he copied a JSON string representing a single object and paste special into Visual Studio, then it automagically create a C# class complete with setters and getters. He then took a JSON string representing an array of objects and then did the same workflow. Visual Source save then derived the common fields in the collection and automagically created a C# class.
How do I do this in Eclipse? There is no such thing as Paste Special -> Parse JSON to Class in Eclipse that I know of.