Ordered TOML
Julia Programming Language
Ordered TOML
Hello! Is there anyway to preserve file order when reading a TOML in Julia? Like building an array or creating an OrderedDict straight from a TOML file? My goal is to make a program that reads an input file, performs an optimization routine based on the input, and writes the output in the same format as the input. Thus maintaining preserving the ordering from the input file is greatly desired for the iterative analysis. Thanks in advance!
Hello! Is there anyway to preserve file order when reading a TOML in Julia? Like building an array or creating an OrderedDict straight from a TOML file? My goal is to make a…
0 comments
No comments yet.