18 Commits (69af09f2a4579d3371789b711248f0064b00014c)

Author SHA1 Message Date
fps01 258175149d Fixes #11125: Fixed `JSON_ERROR_SYNTAX` for `json_decode(null)` in PHP 7 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
LAV45 a2bf2598ce Release fix from SilverFire 9 years ago
LAV45 1028152aac Unexpected behavior for \SimpleXMLElement and Json::encode() #10278 9 years ago
freezy 7bea7b65fd Fixes #9282: Improved JSON error handling to support PHP 5.5 error codes 9 years ago
Alexander Makarov 59208e5fc6 Fixes #9681: `Json::encode()` was erroring under CYGWIN 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Alexander Makarov f4dfb0f17f Reverted part of #9239 9 years ago
Alexander Makarov afbc515407 Fixes #9239: BaseJson phpdoc corrections, minor improvements, added changelog 9 years ago
Grzegorz Kurtyka 079778a355 #9239: Handle json_encode errors 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue 3f6fec3c55 refactored Json helper. 11 years ago
Qiang Xue afa72add38 proper handling of JsonSerializable. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
Carsten Brandt 060775b0da Json::encode did not handle JsonSerializable objects 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue fceb2d6e21 Fixes #957: Json::encode() doesn't handle empty object correctly. 11 years ago
Alexander Makarov b873f9f242 Fixes #915: helper classes renamed again 11 years ago
Alexander Makarov 76cab3ea64 Renamed base helper classes 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue 95b926a92c Improved Json::encode() security. 11 years ago
Qiang Xue a951e1c8e1 Replaced Jsonable with Arrayable. 11 years ago
Qiang Xue 29ac3aeea6 Added Jsonable support. 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago
Qiang Xue dd5969147d move JsExpression to web. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Qiang Xue 53a7b82672 Renamed JsonExpression to JsExpression. 12 years ago
Qiang Xue 5fd27b7cbb Added Json and JsonExpression. 12 years ago