ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.13k stars 441 forks source link

can this parser support json string? #98

Closed waterfronter closed 4 years ago

waterfronter commented 4 years ago

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!

ben-strasser commented 4 years ago

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