ben-strasser/fast-cpp-csv-parser

can this parser support json string?

Closed this issue · 1 comments

hi, in my application, I want to parse json string in csv file, like this:
json_string_in_csv
can this parser parse row NO.2 values as a line and assign values in columns to key "Module", "Function", "Param", "Expect", "Result", "Info" respectively?
looking forward your response, thank you!

Quoted strings without non-escaped newlines work. The library does not care whether this is JSON or not.