1
0
Fork 0

trying to emphasize the arbitrariness of the payload

Dieser Commit ist enthalten in:
Stephen McQuay 2013-12-21 00:48:12 -08:00
Ursprung 6ea5241278
Commit ae10b4087a
1 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -8,7 +8,12 @@ this:
"level" : 1,
"namespace": "ren.stimpy",
"payload": {
"type": "arbitrary object"
"type": "arbitrary object",
"wait, any type?": [
"I am",
"very serious"
],
"pi": 3.142
}
}
@ -16,6 +21,9 @@ and `itslog` will gracefully shove it into a postgres database for future
retrieval. It is literally the simplest program of this variety one could
possibly imagine.
Simply provide it with a `level`, a `namespace`, and a `payload`, and `itslog`
will do the rest. Please note that `payload` can be any valid json object.
future work
-----------