mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-04 02:01:51 +00:00
6 lines
86 B
C++
6 lines
86 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string JsonNormalized(const std::string& str0);
|