Python Safely Navigate a Complex Data Structure: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[YAML_in_Python#Safely_Navigate_a_Complex_Data_Structure|YAML in Python]]
* [[YAML_in_Python#Safely_Navigate_a_Complex_Data_Structure|YAML in Python]]
* [[JSON processing in Python#Safely_Navigate_a_Complex_Data_Structure|JSON in Python]]
* [[JSON processing in Python#Safely_Navigate_a_Complex_Data_Structure|JSON in Python]]
=Overview=
<syntaxhighlight lang='py'>
yaml = ...
</syntaxhighlight>

Revision as of 00:12, 3 March 2022

Internal

Overview

yaml = ...