Replies: 4 comments
-
What language/environment are you using? You have to use an implementation for your environment; there's a list here: https://github.com/toml-lang/toml/wiki#implementations |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Cheers, https://github.com/JuliaLang/TOML.jl is listed, but it seems it's in the standard library:
This is the general discussion for the TOML file format; I never programmed Julia so I can't really help you beyond that. If you have problems with it, then you're probably better off asking this on a more Julia-specific location as you're much more likely to get a useful answer. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi I have a large SoilWater-ToolBox model and I have got all the input parameters, Parameters, as a mutable struct. In order to create a package I will need to read the parameters outside the model as recommended in previous post as a TOML format.
So the question is how to convert the structure into TOML?
Then how to read TOML file into a structure?
I will be delighted if one can provide me guidance how to perform this task for example by using the simple structure:
Many thanks for any help you may provide,
Joseph
Beta Was this translation helpful? Give feedback.
All reactions