Relative Content

Tag Archive for asp.netrecursionreflection

JSON serializer using recursion and reflection

I want to create a json serializer using recursion and reflection. To develop this code to convert any object into a json string. But no previous experience. How can I start this project? I want to do this manually. Don’t allow to use built-in class.