DeltaCRDT.fromJson method should support JSON standard
DetaCRDT.fromJson method use a regex to get the CRDT JSON type.
This regex should support:
-
spaces; -
newlines; -
the of "'" char instead of """;
in the JSON.
Edited by Ludovic Le Frioux
GitLab upgrade completed. Current version is 17.8.1: https://about.gitlab.com/releases/2025/01/16/gitlab-17-8-released/
Git-LFS is now available on our GitLab instance.
Please note that the quota check is now in blocking mode. More informations about quotas: https://gitlab.inria.fr/siteadmin/doc/-/wikis/faq#quota-management-policy-to-monitor-disk-space-by-project-on-gitlab
DetaCRDT.fromJson method use a regex to get the CRDT JSON type.
This regex should support:
in the JSON.