containers / libocispec

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

Generate json_t from parsing the json string #143

Closed xw19 closed 1 week ago

xw19 commented 1 week ago

Generating the initial json_t instead of yajl_val and remove temporary function

Part of #138

saschagrunert commented 1 week ago

@giuseppe PTAL, code LGTM

giuseppe commented 1 week ago

@saschagrunert please merge to switch-to-jansson as soon as you are happy with it :-)

I think it is more important to move fast with the prototyping, we can deal with minor details later

giuseppe commented 1 week ago

@saschagrunert added you as a maintainer of the project

saschagrunert commented 1 week ago

@giuseppe thank you!

xw19 commented 1 week ago

@saschagrunert @giuseppe Parsing of json has been converted to jansson only genration part still uses yajl by next week we should be using only jansson.

saschagrunert commented 2 days ago

Refers to #138