Skip to content

Splits json_object module into many seperate modules, within the json_objects module folder

Johannes Hayeß requested to merge json_object_split into master

On top of that it also makes use of the Signatues struct, instead of just another HashMap. While Signatures just maps to a HashMap it still makes the intent a lot clearer, resulting in better readability of the code.

Closes #1 (closed) Closes #2 (closed)

Merge request reports