rfc:free-json-parser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:free-json-parser [2013/08/26 06:23] – [Proposal] remirfc:free-json-parser [2013/08/28 09:16] – [Proposal] remi
Line 20: Line 20:
  
 The **jsonc** extension, currently available from PECL site is designed to be a dropin alternative (same user API and internal ABI for other extensions). The **jsonc** extension, currently available from PECL site is designed to be a dropin alternative (same user API and internal ABI for other extensions).
-  * Same **encoder** than PHP 5.5+  * Same **encoder** as in PHP 5.5
   * **Parser** provided by the [[https://github.com/json-c/json-c|json-c]] library (License MIT). Build can use the system library (--with-libjson) or the bundled copy (currently version 0.11 + some patches waiting for upstream review)   * **Parser** provided by the [[https://github.com/json-c/json-c|json-c]] library (License MIT). Build can use the system library (--with-libjson) or the bundled copy (currently version 0.11 + some patches waiting for upstream review)
  
-As the new parser is an incremental onethe new **JsonIncrementalParser** class expose this feature+While the main purpose of this RFC is to fix the Licensing issueit also introduce some new features.
  
 +As the new parser is an incremental one, the new **JsonIncrementalParser** class expose this feature
  
 <code> <code>
rfc/free-json-parser.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1