Skip to content

Commit

Permalink
Merge pull request #86 from gautamshanu/master
Browse files Browse the repository at this point in the history
Adding enum for nested json support
  • Loading branch information
avinas-kumar authored Feb 6, 2025
2 parents fbdac43 + df4f58e commit 8840cda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public enum JsonElementTypes {
INTEGER("integer", "int"),
INT64("int64", "long"),
LONG("long"),
MAP("map", "map", false),
NUMBER("number", "double"),
OBJECT("object", "record", false),
PRIMITIVE("primitive"),
Expand Down

0 comments on commit 8840cda

Please sign in to comment.