There is no convenient way to get default values with reflection today. The only way I know of is to pass in a (semi-) empty json object which then will write a packed binary blob with the default values of a whole struct. I would like to be able to access default values per member in a struct through reflection.