By the way, I forgot to mention pressing the test encoder button to make sure the settings for iTunesEncode in the External Compression tab are ok. It should start up iTunes, do a test AIFF encoding and confirm whether it worked or not. Let us know how you get on - hope it works ...
auto json = R"( {"name" : "Jack The Ripper \u0033"} )"_padded; ondemand::parser parser; ondemand::document doc = parser.iterate(json); for (auto key_value : doc.get_object()) { std::string_view keysv = key_value.key_raw_json_token(); // keysv is "\"name\" " } Gene...