EU Parliament Monitor — API Documentation - v0.8.59
    Preparing search index...
    • Serialize a JSON-RPC response to a newline-terminated string.

      Uses String.fromCharCode(10) instead of '\n' so that inlined (minified) versions of this code remain safe in single-quoted strings (the AWF YAML serializer rejects bare newlines in entrypointArgs).

      Parameters

      • obj: unknown

        Serializable object.

      Returns string

      JSON.stringify(obj) + '\n'