Simon Paredes

Results 2 issues of Simon Paredes

This PR implements support for the "default" property. The implementation details are as follow: - Object: the provided value is used as JSON and will be unmarshaled to an Object...

The current implementation ignores default values. I would like to suggest the following changes: - Add const for value types for their default value, example for a named integer: ```Go...