Skip to content

Commit

Permalink
add a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux committed Dec 22, 2023
1 parent 68208dd commit 8e119c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/JsonObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "JsonString.h"
#include "JsonValue.h"

struct JsonObj {
struct JsonObj {// unsigned long long == size_t
size_t size;
struct JsonString* key;
struct JsonVal* value;
Expand Down

0 comments on commit 8e119c9

Please sign in to comment.