C api should expose jsonnet types
Open
C api
enhancement
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
To embbed jsonnet in an application as a config language, you often want it to produce a traversable structure. Right now you can evaluate and then reinterpret the char\* with a different json parser which is painful:
https://github.com/mikedanese/overlay/blob/master/main.c#L195-L206
Contributor guide
Assessment
This issue has not been assessed yet.