guzba / sunny

JSON in Nim with Go-like field tags.
MIT License
14 stars 0 forks source link

`toJson` fails on tuples #5

Closed beef331 closed 6 months ago

beef331 commented 6 months ago
import pkg/sunny
var buffer = ""
(val: 100,).toJson(buffer)

Errors: undeclared identifier: 'v'

guzba commented 6 months ago

tyty for reporting, easy fix

guzba commented 6 months ago

fix tagged in https://github.com/guzba/sunny/releases/tag/0.1.5