Skip to content

Commit

Permalink
Merge pull request #637 from ljhwang/patch-26
Browse files Browse the repository at this point in the history
Update 01_input_design.md
  • Loading branch information
gassmoeller authored Feb 17, 2024
2 parents c5255b3 + 6141a6d commit 8b3430a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
World Builder input file design
=====================================

GWB input files are plain text files using the JSON format. This means you can use any text editor to view and edit the files. If you are not familiar with the JSON format, it might be useful to familiarise yourself with it before continuing, although it is not necessary. The basic idea is that it allows data to be unambiguously structured to be readable by both humans and computers.
GWB input files are plain text files using the JSON format, which allows data to be unambiguously structured to be readable by both humans and computers. You can use any text editor to view and edit the files. If you are not familiar with the JSON format, it might be useful to familiarise yourself with it before continuing, although it is not necessary. If you use Visual Studio Code, settings are included in the main repository (see /.vscode) to make editing World Builder files easier.

You may need to select "JSON with comments" as the file type to get proper syntax highlighting.

0 comments on commit 8b3430a

Please sign in to comment.