提交历史

作者 SHA1 备注 提交日期
  Daniele Bartolini d144f3f3bd Rename *_value() to to_*() 12 年之前
  Daniele Bartolini d3818590ec Add string_id_value() and key_value() 12 年之前
  mikymod 144f903916 implement array_value for strings 12 年之前
  Daniele Bartolini 4cae37ea24 Fix JSON parser leaking memory when parsing huge files 12 年之前
  Daniele Bartolini fbf644cf76 Split raw JSON parsing from high-level JSONElement/JSONParser 12 年之前
  Daniele Bartolini c9daa26628 m_begin is not necessary anymore. Yeah. 12 年之前
  Daniele Bartolini 33fdcecb90 Simplify JSONParser and fix a critical bug preventing chained json data access 12 年之前
  Daniele Bartolini e9e45c6cd6 Add index_or_nil() and key_or_nil() 12 年之前
  Daniele Bartolini c25194eb88 Add array_value() to access JSON arrays much much faster than by calling operator[] 12 年之前
  Daniele Bartolini 58f9182eb0 more JSONParser fixes 12 年之前
  Daniele Bartolini c5e67a391c Hopefully fix JSONParser 12 年之前
  mikymod b5a74d35cf another fix to JSONParser, need json test asap 12 年之前
  mikymod aa198b0074 fix JSONParser 12 年之前
  Daniele Bartolini 5f81fbe085 Fix JSONPair docs 12 年之前
  Daniele Bartolini 22abba338c Add JSONParser::is_key_unique() 12 年之前
  Daniele Bartolini ee4b9d841e Add JSONElement::has_key 12 年之前
  Daniele Bartolini 4a2255bfc9 Add JSONElement, an helper class to parse JSON documents 12 年之前
  Daniele Bartolini ebd136eccd Fix wrong copy constructor 12 年之前
  Daniele Bartolini 452596c1d6 Disable JSONParser copying 12 年之前
  Daniele Bartolini eb48e59583 Add JSONParser::index 12 年之前
  Daniele Bartolini 19f371876a Add JSONParser::string_value 12 年之前
  Daniele Bartolini 7ba759879e Make JSONParser::size const 12 年之前
  Daniele Bartolini b41801d13f Add docs to JSONParser 12 年之前
  Daniele Bartolini e030fe14eb Move JSON in-place parsing API into JSONParser and add interface for easily accessing JSON documents 12 年之前
  Daniele Bartolini ec2b54ab2d Move JSON and JSONParser to core/json 12 年之前