Skip to content

JSON Serializer with custom implementation from the beginning using reflections and tail recursion. Without any related libraries like Gson or Jackson. Not all features are implemented. This is only a proof of concept of how to tackle this kind of challenge.

Notifications You must be signed in to change notification settings

valentinsoare/JSONSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Serializer With Reflections and Tail Recursion!

About

JSON Serializer with custom implementation from the beginning using reflections and tail recursion. Without any related libraries like Gson or Jackson. Not all features are implemented. This is only a proof of concept of how to tackle this kind of challenge.

Topics

Resources

Stars

Watchers

Forks

Languages