Support JSON base64 bytes and enums as strings
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"greeting": 1
|
||||
"greeting": "HEY"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"greeting": 1
|
||||
"greeting": "HEY"
|
||||
}
|
||||
|
||||