HeCoding180 / cJSON_Lib

Library for building, storing and parsing JSON data structures
0 stars 0 forks source link

Move and rename TypeStack #1

Closed HeCoding180 closed 3 months ago

HeCoding180 commented 3 months ago

Move TypeStack functions, typedefs and other associated code to a separate file and make it accessible for the library user (add it to the cJSON header file and not the cJSON source file).

HeCoding180 commented 3 months ago

Fixed in commit d7474c8. TypeStack was renamed to GenericStack.