Skip to content

Commit d23d2f7

Browse files
authored
Merge pull request eclipse-score#1711 from alexandruiulian10/json_lib_write
baselibs: Request write functionality for JSON lib
2 parents 88c9d6b + 5a5b457 commit d23d2f7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/modules/baselibs/json/docs/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@ The following details and requirements describe the aspects of current feature i
7272
General considerations
7373
----------------------
7474

75-
The JSON-Library should provide parsing and data conversion capabilities:
75+
The JSON-Library should provide parsing, writing and data conversion capabilities:
7676

7777
:need:`comp_req__json__validation`
7878
:need:`comp_req__json__deserialization`
79+
:need:`comp_req__json__serialization`
7980
:need:`comp_req__json__user_format`
8081

81-
The component should be extensible in the future in order to support conversion of user format to JSON data.
82-
8382
User friendly API
8483
-----------------
8584

docs/modules/baselibs/json/docs/requirements/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ General Requirements
3838

3939
The JSON-Library shall provide a service to parse JSON data according to RFC8259.
4040

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+
4151
.. comp_req:: Return data in user format
4252
:id: comp_req__json__user_format
4353
:reqtype: Functional

0 commit comments

Comments
 (0)