|
|
|
|
|
by jagrsw
965 days ago
|
|
I may be mistaken, but does JSON offer the ability to define a schema with default values? Utilizing a single .proto file, I can tackle both the issues of default values and configuration structure, eliminating the need to manually check for missing mandatory sections. However, I presume there are now JSON extensions that provide similar functionality? |
|