In this PR I am trying to convert instances where array and objects are being used. I have added structs that work like the yajl structs. I have tried to keep the overall structure of the code same. We will deal with the code structure later. Added few methods to help to do array and object operations. Also added temporay method to convert json_t back to yajl this method will be removed in upcomming PRs as we near the completion.
In this PR I am trying to convert instances where array and objects are being used. I have added structs that work like the yajl structs. I have tried to keep the overall structure of the code same. We will deal with the code structure later. Added few methods to help to do array and object operations. Also added temporay method to convert json_t back to yajl this method will be removed in upcomming PRs as we near the completion.