Pudu programming language
Menu
API reference

Std.Log.json

1 declaration

fn

json: Std.Log.Line -> Str

This is a callable function.

What it does

A line written as a JSON object, for whatever collects it.

Every value is written as a string, including one that looks like a number,

because a field holding 00123 or a version is not a number and a reader

that guesses will eventually guess wrong.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.LogSearch related declarations