Description:
A fluent library object to object mapping, built to solve a deceptively complex problem – getting rid of code that mapped one object to another and return them in a JSON format and vice versa, with the addition that the client selects what part of the information will be retrieved dynamically. Also support scopes in order to make the information available regarding the client scopes. This library gives similar flexibility as the Facebook Graph API handling, by requesting partially information on every call.
Thechnologies Used:
C#, Reflection, NewtonJson