The JSON syntax does not impose any restrictions on the strings used as names,… There is no standard naming of keys in JSON and that camelCase or snake_case should work fine .
Read moreIs JSON Net case sensitive?
Json does case sensitive JSON deserialization . Case sensitivity comes into play when a JSON string is being deserialized into an object.
Read moreAre keys in JSON case sensitive?
JSON is case-sensitive . SQL is case-insensitive, but names in SQL code are implicitly uppercase.
Read more