containers / libocispec

a C library for accessing OCI runtime and image spec files
Other
52 stars 30 forks source link

Switching to Jansson Arrays and Objects #142

Closed xw19 closed 1 week ago

xw19 commented 2 weeks ago

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.

saschagrunert commented 1 week ago

LGTM, thank you!

saschagrunert commented 2 days ago

Refers to #138