fix infinity in json stringify

This commit is contained in:
2023-03-15 16:48:47 +00:00
parent ebc3df801b
commit b53f2b4a0a
15 changed files with 471 additions and 461 deletions

View File

@@ -1,3 +1,8 @@
import "cool_module" as cool
i = 0
output = []
cool.cool_function()
while (i < 1000) do
output = append(output, i)
i = i + 1
file.write('output.json').json(output)