forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json: support multi-dimensional arrays of char
Now member like char fArr[2][3][4] will be coded into JSON string "fArr" : [["0123", "1234", "2345"], ["1234", "2345", "3456"]] Signed-off-by: Sergey Linev <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters