pretty_dio_logger icon indicating copy to clipboard operation
pretty_dio_logger copied to clipboard

Have any option to print log as JSON format?

Open hasancse91 opened this issue 3 years ago • 0 comments

Hey there! Thank you for your awesome library.

Using your library I can print log like this format:

{
    foo: "bar" // foo is here without double quote
}

Have any way to print the JSON with actual format?

{
   "foo": "bar" // foo is here inside double quote.
}

I need to print log in JSON format. Is it possible in your library with any configuration? Or have any plan to do something like that? Thanks.

hasancse91 avatar Jun 18 '21 08:06 hasancse91