20250628 1.1 Beta 2

This commit is contained in:
2025-06-28 23:22:37 +03:00
parent f5420ce2c0
commit 58b3b74d99
6 changed files with 301 additions and 63 deletions

View File

@@ -12,11 +12,8 @@ class JsonReWriterTest extends TestCase
$this->PrepareForTest();
$json = new JsonReWriter();
$json->CreateKey("test/subtest/AAA", "123");
var_dump($json->JsonData);
//$json->SaveToFile(__DIR__ . '/test.json');
$json->Write("test/subtest/AAA", "123");
$json->SaveToFile(__DIR__ . '/test.json');
}
private function PrepareForTest (): void
@@ -29,4 +26,4 @@ class JsonReWriterTest extends TestCase
{
}
}
}