( data_format )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( csv ) | ( parse_csv_to_array ) | → | - | - | - | - |
| ( parse_csv_to_dictionary ) | → | - | - | - | - | |
| ( write_csv_from_array ) | → | - | - | - | - | |
| ( write_csv_from_dictionary ) | → | - | - | - | - | |
| ( json ) | ( parse_json ) | → | - | - | - | - |
| ( parse_json_with_multibyte ) | → | - | - | - | - | |
| ( dump_json ) | → | - | - | - | - | |
| ( dump_json_with_multibyte ) | → | - | - | - | - | |
| ( example_parse_jsonc ) | → | - | - | - | - |