You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,15 @@
23
23
As the aforementioned libraries are among the most widely used in the respective languages, reflect-cpp fills an important gap in C++ development. It reduces boilerplate code and increases code safety.
24
24
25
25
26
-
### Key Features of reflect-cpp:
26
+
### Design principles for reflect-cpp include:
27
27
28
-
-[**Standard Library Integration:**](https://github.com/getml/reflect-cpp?tab=readme-ov-file#support-for-containers) Works seamlessly with C++ standard containers.
29
-
-[**C++ Idiomatic:**](https://rfl.getml.com) Adheres closely to C++ idioms for an intuitive experience.
30
-
-[**Built-in JSON Support:**](https://rfl.getml.com/supported_formats/json) Ready-to-use JSON serialization and deserialization.
31
-
-[**Simple Installation:**](https://rfl.getml.com/install) Quick setup with minimal configuration.
32
-
-[**Easily Extensible:**](https://rfl.getml.com/concepts/structs) Supports [custom serialization formats](https://rfl.getml.com/supported_formats/supporting_your_own_format) and [custom classes](https://rfl.getml.com/concepts/custom_classes).
33
-
-[**Benchmarks:**](https://rfl.getml.com/benchmarks) Up to 10x faster than other libraries, such as RapidJSON and nlohmann/json.
28
+
- Close integration with [containers](https://github.com/getml/reflect-cpp?tab=readme-ov-file#support-for-containers) from the C++ standard library
29
+
- Close adherence to C++ idioms
30
+
- Out-of-the-box support for [JSON](https://rfl.getml.com/supported_formats/json)
Copy file name to clipboardExpand all lines: docs/index.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,16 @@ hide:
33
33
34
34
reflect-cpp fills an important gap in C++ development. It minimizes boilerplate code and enhances code safety for seamless and efficient data exchange across system components.
35
35
36
-
<h3> Key Features of reflect-cpp:</h3>
37
-
38
-
-[**Standard Library Integration:**](https://github.com/getml/reflect-cpp?tab=readme-ov-file#support-for-containers) Works seamlessly with C++ standard containers.
39
-
-[**C++ Idiomatic:**](https://rfl.getml.com) Adheres closely to C++ idioms for an intuitive experience.
40
-
-[**Built-in JSON Support:**](supported_formats/json.md) Ready-to-use JSON serialization and deserialization.
41
-
-[**Simple Installation:**](install.md) Quick setup with minimal configuration.
42
-
-[**Easily Extensible:**](concepts/structs.md) Supports [custom serialization formats](supported_formats/supporting_your_own_format.md) and [custom classes](concepts/custom_classes.md).
43
-
-[**Benchmarks:**](benchmarks.md) Up to 10x faster than other libraries, such as RapidJSON and nlohmann/json.
36
+
<h3>Design principles for reflect-cpp include:</h3>
37
+
38
+
- Close integration with [containers](https://github.com/getml/reflect-cpp?tab=readme-ov-file#support-for-containers) from the C++ standard library
39
+
- Close adherence to C++ idioms
40
+
- Out-of-the-box support for [JSON](https://rfl.getml.com/supported_formats/json)
0 commit comments