Add docs for to_json and from_json

This commit is contained in:
GenevensiS
2025-08-07 20:49:58 +02:00
parent 5fcc5a43fd
commit d3ed8fcaca
6 changed files with 43 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[fun:to_color]] Convert any value to a [[type:color]]
| [[fun:to_image]] Convert any value to an [[type:image]]
| [[fun:to_date]] Convert any value to a [[type:date]]
| [[fun:to_json]] Convert any value to JSON text.
| [[fun:from_json]] Convert JSON text to an MSE script value.
| [[fun:make_map]] Create a [[type:map]] from two [[type:list]]s
| [[fun:type_name]] Get the type of a value