Quantcast
Channel: Safe navigation operator in JSONPath? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by gregsdennis for Safe navigation operator in JSONPath?

This is unnecessary in JSON Path. Navigation is safe by default. If a value doesn't exist at a given path, the node set returned will just be empty; it shouldn't error.This may, of course, vary between...

View Article



Safe navigation operator in JSONPath?

Ruby and many languages support safe navigation operator:name = article&.author&.nameIs there any equivalent in JSONPath?

View Article
Browsing all 2 articles
Browse latest View live




Latest Images