unescape.h 112 B

12345
  1. #pragma once
  2. #include <util/generic/strbuf.h>
  3. TStringBuf UnescapeJsonUnicode(TStringBuf data, char* scratch);