Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Path Class Reference
Experimental and untested: represents a "path" to access a node. More...
#include <value.h>
Public Member Functions | |
| Value & | make (Value &root) const |
| Creates the "path" to access the specified node and returns a reference on the node. | |
Detailed Description
Experimental and untested: represents a "path" to access a node.
Syntax:
- "." => root node
- ".[n]" => elements at index 'n' of root node (an array value)
- ".name" => member named 'name' of root node (an object value)
- ".name1.name2.name3"
- ".[0][1][2].name1[3]"
- ".%" => member name is provided as parameter
- ".[%]" => index is provied as parameter
Definition at line 677 of file value.h.
Member Function Documentation
Creates the "path" to access the specified node and returns a reference on the node.
Definition at line 1642 of file json_value.cpp.
Generated on Tue Jul 12 2022 21:24:54 by
1.7.2