Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python read toml file

import toml
parsed_toml = toml.loads(toml_string)
 
PREVIOUS NEXT
Tagged: #python #read #toml #file
ADD COMMENT
Topic
Name
7+2 =