How should I get JSON format path from expr inside leafref? #2066
|
I get a leafref node, and I want to create an isntance for the leafref's target. |
Answered by
michalvasko
Aug 7, 2023
Replies: 1 comment
|
You are right and there is no direct way of transforming the prefix into the module name so you will have to do so manually somehow. |
0 replies
Answer selected by
lyzliyuzhi91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are right and there is no direct way of transforming the prefix into the module name so you will have to do so manually somehow.