From 719d34f3c3aa37044a73cca1954be47bd951d527 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sun, 28 Mar 2021 23:13:12 +0200 Subject: [PATCH] Add inline comment text --- README.md | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f9034e..e968961 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Library provides generic JSON text parser. * No recursion during parse operation * Re-entrant functions * Zero-copy, no ``malloc`` or ``free`` functions used +* Optional support for inline comments with `/* comment... */` syntax between any *blank* region of input string * Advanced find algorithm for tokens * Test coverage is available * User friendly MIT license diff --git a/docs/index.rst b/docs/index.rst index abb6467..6c0fd96 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,6 +22,7 @@ Features * No recursion during parse operation * Re-entrant functions * Zero-copy, no ``malloc`` or ``free`` functions used +* Optional support for inline comments with `/* comment... */` syntax between any *blank* region of input string * Advanced find algorithm for tokens * Testscoverage is available * User friendly MIT license