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: correctly treat multidimensional arrays of objects
Multi-dimensional JSON array will be created for the members like std::string fArr3[3][4][5]; In JavaScript one can use: var obj = JSROOT.parse(json_str); console.log('Array item', obj.fArr[1][2][3]); Signed-off-by: Sergey Linev <[email protected]>
- Loading branch information
Showing
1 changed file
with
64 additions
and
37 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