DEV Community

Discussion on: It's possible to pare JSON via DSL or dynamic input template in Golang

Collapse
 
udomsak profile image
udomsak

@vorsprung thank you for answer me and sorry for very lately reply. I'm so busy. But for this problem look like i must use custom parser to work with this case. ( goyacc ).

my intend is you json as form ( json form-schema ) and anyone can create they form as need. that mean in server-side they need implement custom parser to get attribute they need. :)