Intial somewhat working version
This commit is contained in:
7
src/JsonUtil.h
Normal file
7
src/JsonUtil.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
std::string jsonEscape(const std::string& value);
|
||||
std::optional<float> findJsonFloat(const std::string& body, const std::string& key);
|
||||
Reference in New Issue
Block a user