1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-05-06 22:07:59 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-08-20 11:31:52 -07:00
parent 935e114d40
commit 944ae9f8d9
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ and the values are converted to their respective types. Extra naive and
UTC epoch timestamps are added where appropriate per the CEF specification.
To preserve escaping and original keynames and to prevent type conversions
use the `--raw` or `raw=True` option in the `parse()` function.
use the `--raw` CLI option or `raw=True` param in the `parse()` function.
Usage (cli):
+1 -1
View File
@@ -143,4 +143,4 @@ Returns:
### Parser Information
Compatibility: linux, darwin, freebsd
Version 1.5 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)