File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
docs/modules/baselibs/json/docs Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,13 @@ The following details and requirements describe the aspects of current feature i
72
72
General considerations
73
73
----------------------
74
74
75
- The JSON-Library should provide parsing and data conversion capabilities:
75
+ The JSON-Library should provide parsing, writing and data conversion capabilities:
76
76
77
77
:need: `comp_req__json__validation `
78
78
:need: `comp_req__json__deserialization `
79
+ :need: `comp_req__json__serialization `
79
80
:need: `comp_req__json__user_format `
80
81
81
- The component should be extensible in the future in order to support conversion of user format to JSON data.
82
-
83
82
User friendly API
84
83
-----------------
85
84
Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ General Requirements
38
38
39
39
The JSON-Library shall provide a service to parse JSON data according to RFC8259.
40
40
41
+ .. comp_req :: JSON Serialization
42
+ :id: comp_req__json__serialization
43
+ :reqtype: Functional
44
+ :security: NO
45
+ :safety: ASIL_B
46
+ :satisfies: feat_req__baselibs__json_library
47
+ :status: valid
48
+
49
+ The JSON-Library shall provide a service to serialize user format into JSON data according to RFC8259.
50
+
41
51
.. comp_req :: Return data in user format
42
52
:id: comp_req__json__user_format
43
53
:reqtype: Functional
You can’t perform that action at this time.
0 commit comments