JsonUtils.h 197 B

1234567
  1. #pragma once
  2. #include <JSON.h>
  3. extern void loadAllJsonsFromDirectory(Framework::Text directory,
  4. std::function<void(
  5. Framework::JSON::JSONValue* zValue, Framework::Text path)> action);