2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Update json.cpp

This commit is contained in:
ivanpanch
2025-08-23 23:15:14 +02:00
committed by Zach Laine
parent d5d080b9f2
commit 68c306bf66

View File

@@ -5,7 +5,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//[ extended_json_example
// This header includes a type called json::value that acts as a
// Javascript-like polymorphic value type.
// JavaScript-like polymorphic value type.
#include "json.hpp"
#include <boost/parser/parser.hpp>