stephenberry/glaze

Dynamic formatter

Closed this issue · 1 comments

I want a way to format JSON output line by line, where we can colorize lines. Provide a lambda input for the display call to be given by the developer, for each key value pair the key and value are passed in.

This is better handled by simply using glz::json_t and iterating through the structure.