top | item 38010214

(no title)

shooshx | 2 years ago

Why not just use json?

discuss

order

jagrsw|2 years 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?