kgabis/parson

Improve exception handling

elfring opened this issue · 0 comments

💭 I find the implementation for a function like json_object_init() improvable.

  • Further memory areas should only be allocated if previous allocations succeeded.
  • Would you like to use a goto chain accordingly for better exception handling?