in reply to Re: A good way to input data into a script w/o an SQL database
in thread A good way to input data into a script w/o an SQL database

I definitely recommend YAML. It is a strict superset of JSON, FWIW. It is ideal for data driven applications especially those that might currently be tightly coupled with the program logic. I've been using it with increasing frequency. YAMLScript is also a thing.
  • Comment on Re^2: A good way to input data into a script w/o an SQL database

Replies are listed 'Best First'.
Re^3: A good way to input data into a script w/o an SQL database
by afoken (Chancellor) on Sep 15, 2023 at 14:49 UTC
    [...] YAML. It is a strict superset of JSON, FWIW.

    No: Re^2: conf file in Perl syntax

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)