samson icon indicating copy to clipboard operation
samson copied to clipboard

A JSON5 implementation for Nim.

Results 1 samson issues
Sort by recently updated
recently updated
newest added

Is it planned to implement support for unmarshalling to reference (`ref object`) types? Example based on the README: ```nim import samson type User = ref object name: string age: range[0..high(int)]...