1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-18 21:37:57 +01:00

254 Commits

Author SHA1 Message Date
Filip Halaxa
cea59292f2 Added test case 2019-03-20 20:25:37 +01:00
Vitaliy Marenkov
ef591b8cc4
Fix a problem with "key":"value\\"
My JSON-file has values like this:
"phone":"+254652155251\\"
and it causes the error "Unexpected symbol '<char>' At position <number>".
2019-03-20 15:35:16 +01:00
Filip Halaxa
559aea1738 Got rid of the quiet dependency on local composer binary 0.3.1 2019-03-16 19:20:12 +01:00
Filip Halaxa
551de7ad89 Case sensitivity and absence of + before number 2019-03-10 17:18:45 +01:00
Filip Halaxa
1077537d70 Fixed json_decode call on performace test to return array as JsonMachine 2019-03-10 16:45:50 +01:00
Filip Halaxa
1b94e1e481
Update README.md 2019-03-09 14:02:26 +01:00
Filip Halaxa
c12001363e Working xdebug with each php version + php images auto-pull 2019-03-08 15:00:35 +01:00
Filip Halaxa
368f808d41 Removed composer.lock 2019-03-08 15:00:35 +01:00
Filip Halaxa
b591a7d3c6 added xdebug to testing/development containers 2019-03-08 15:00:22 +01:00
Filip Halaxa
3e0db07381
Merge pull request #7 from halaxa/pointer-after-array
JsonPointer fails when pointing after an array element
2019-03-07 17:08:13 +01:00
Filip Halaxa
03e7cbfba7 Added more test cases 2019-03-02 17:07:16 +01:00
Filip Halaxa
da1e2127fc Fixed: Json pointer was failing when iterated subtree was not the first at its level 2019-03-02 17:03:23 +01:00
Filip Halaxa
a2f5dcb37e Failing test case 2019-03-02 14:33:22 +01:00
Filip Halaxa
1c02d8e761 Fixed guzzle example 2019-02-28 10:29:13 +01:00
Filip Halaxa
1c70b6cd84 Updated PHP 7.3 version to stable 2019-02-25 20:11:26 +01:00
Filip Halaxa
b3a312abcd Rewritten performance tests 2019-02-25 20:11:26 +01:00
Filip Halaxa
0352a1173f
Update README.md 2018-12-13 20:26:42 +01:00
Filip Halaxa
204750fe8b Memory consumption optimization for in-memory JSON 0.3.0 2018-12-13 20:12:03 +01:00
Filip Halaxa
1ab7184513 Ready for different byte providers 2018-12-13 20:12:03 +01:00
Filip Halaxa
4a0a038b2b Minor code improvements 2018-12-13 20:12:03 +01:00
Filip Halaxa
277ecffad1
Update README.md 2018-12-10 11:41:53 +01:00
Filip Halaxa
d619bbd5f5 Added some todos 2018-12-05 14:20:58 +01:00
Filip Halaxa
97f899fa6e
readme typo 2018-12-02 20:30:39 +01:00
Filip Halaxa
58e59a2b8e
diff in readme 2018-12-02 20:29:47 +01:00
Filip Halaxa
98c6e6d3cc Readme fixes 2018-12-02 20:27:16 +01:00
Filip Halaxa
9013c8fc02 Deleted composer binary 2018-12-02 11:45:09 +01:00
Filip Halaxa
22a73551b2
Create LICENSE.txt 2018-12-02 11:36:08 +01:00
Filip Halaxa
f25508ba4c Typo 2018-12-01 20:11:06 +01:00
Filip Halaxa
8afe1e02cc README 2018-12-01 20:09:38 +01:00
Filip Halaxa
3fd005dfc4 License Apache 2.0 v0.2.1 2018-11-29 20:24:49 +01:00
Filip Halaxa
69efa21e79 README 2018-11-29 19:54:39 +01:00
Filip Halaxa
a3ffa84a6f Logo fixed 2018-11-29 18:16:43 +01:00
Filip Halaxa
094b80e3ab Logo updated 2018-11-29 18:13:52 +01:00
Filip Halaxa
60074e233d Updated logo 2018-11-29 15:59:59 +01:00
Filip Halaxa
c0e1b890d6
typo 2018-11-29 15:44:39 +01:00
Filip Halaxa
fdff29f6d7 Logo v0.2.0 2018-11-29 14:20:06 +01:00
Filip Halaxa
6bc673f5fc Run tests on all supported PHP versions. 2018-11-29 13:53:38 +01:00
Filip Halaxa
a4143d9e61 Renamed to JsonMachine 2018-11-29 11:41:26 +01:00
Filip Halaxa
132c49bb68 Guzzle is now suggested, not required 2018-11-13 13:12:10 +01:00
Filip Halaxa
80c324563b
Package name updated to jsonator/jsonator 2018-11-13 13:03:02 +01:00
Filip Halaxa
eabd51b4f4 Typo v0.1.0 2018-11-12 13:34:35 +01:00
Filip Halaxa
b4c781da0d GuzzleHttp example 2018-11-12 13:30:14 +01:00
Filip Halaxa
0295075eb4 Lexer::__destruct 2018-11-12 13:30:14 +01:00
Filip Halaxa
2a3c6ee532 Parser throws Syntax error if json_decode fails 2018-11-12 13:30:14 +01:00
Filip Halaxa
86cb0f11d1 Revert "DecoderError"
This reverts commit 603827c67d1d55c2be296dfd9a63532db170403c.
2018-11-12 13:30:14 +01:00
Filip Halaxa
0e2474a246 README.md 2018-11-12 13:30:14 +01:00
Filip Halaxa
e479b24d41 README.md 2018-11-12 13:30:14 +01:00
Filip Halaxa
2139ea1325 Extracted performance tests 2018-11-12 13:30:14 +01:00
Filip Halaxa
0de3667d8f Fixed performace tests 2018-11-12 13:30:14 +01:00
Filip Halaxa
0301996058 DecoderError 2018-11-12 13:30:14 +01:00