From 30d66ffe930ab25a323beb4dd41d1cda52b23834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sat, 22 Mar 2025 19:05:46 +0000 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4904699..89c33d2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,34 @@ + ## Краткая документация проекта Futriix + + +
+
+ Содержание +
    +
  1. + О проекте +
  2. +
  3. Building
  4. +
  5. Компиляция
  6. +
  7. Использование
  8. +
  9. Кластер
  10. +
  11. Дорожная карта
  12. +
  13. Вклад
  14. +
  15. Лицензия
  16. +
  17. Контакты
  18. +
+
+ + + + # Futriix JSON Futriix-json is a C++ Futriix-Module that provides native JSON (JavaScript Object Notation) support for Futriix. The implementation complies with RFC7159 and ECMA-404 JSON data interchange standards. Users can natively store, query, and modify JSON data structures using the JSONPath query language. The query expressions support advanced capabilities including wildcard selections, filter expressions, array slices, union operations, and recursive searches. Futriix-json leverages [RapidJSON](https://rapidjson.org/), a high-performance JSON parser and generator for C++, chosen for its small footprint and exceptional performance and memory efficiency. As a header-only library with no external dependencies, RapidJSON provides robust Unicode support while maintaining a compact memory profile of just 16 bytes per JSON value on most 32/64-bit machines. -## Building and Testing +## Building #### To build the module and run tests ```text