DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to Recursively Traverse JSON Objects

3 years ago blog.boot.dev
How to Recursively Traverse JSON Objects

Summary: This is a summary of an article originally published by the source. Read the full original article here →

I’ve found that it’s pretty rare that I need recursion in application code, but every once in a while I need to write a function that operates on a tree of unknown depth, such as a JSON object, and that’s often best solved recursively.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com