add json.ml; add test.ml; timestamp jsont

This commit is contained in:
Swrup 2025-10-03 18:14:17 +02:00
parent 04bb29b30c
commit 724a3d2b68
8 changed files with 89 additions and 22 deletions

4
test/dune Normal file
View file

@ -0,0 +1,4 @@
(test
(name test)
(modules test)
(libraries types json))