Commit Graph

32 Commits

Author SHA1 Message Date
Guenter Obiltschnig
7f9dff45c0 remove unneeded #include 2015-09-30 10:32:33 +02:00
Guenter Obiltschnig
7a6f54e0f0 fix for NumberParser changes 2015-09-09 14:26:26 +02:00
Alex Fabijanic
b2eb4fda59 GH #176: Poco::JSON::Stringifier UTF encoding 2014-05-27 22:23:10 -05:00
Roger Meier
b0581433a7 LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)

Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718 LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Aleksandar Fabijanic
20e1cf8821 JSON bug fixes
GH #241: SF #620 Endless loop in JSON parser (added Buffer::setCapacity)
GH #242: SF #619 Syntax error in JSON parser (float/double trim)
2013-07-21 22:18:56 -05:00
Aleksandar Fabijanic
923eb91bb8 mainly JSON tidy-up 2013-06-15 20:28:09 -05:00
alex
61b8cb57f7 Solaris build 2012-08-18 02:54:54 -05:00
Aleksandar Fabijanic
168090324a improveJSON parser perfromance
- unified string/stream algorithm
- templated Source class
- use char_traits integer type and conversion function for char
extraction
2013-06-01 16:01:46 -05:00
Aleksandar Fabijanic
38131d452d Var/JSON changes
- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
2013-05-27 21:33:27 -05:00
Aleksandar Fabijanic
41a07c15bf JSON fixes/refactoring 2013-05-20 23:36:58 -05:00
fbraem
87d955ecde Integrate Poco::Web::JSON parser 2013-05-20 20:37:13 +02:00
Aleksandar Fabijanic
579842bce4 handler reference counting
- handler reference counting
- parser returns parsing result
2013-03-24 17:32:57 -05:00
aleks-f
ab952e689d few JSON fixes and tests 2013-03-18 20:59:29 -05:00
aleks-f
42ff341cb9 GH #119: JSON::Object holds values in ordered map
- fixed GH #119: JSON::Object holds values in ordered map
- added PrintHandler
- renamed DefaultHandler to ParseHandler
- redefined DefaultHandler as typedef to ParseHandler
2013-03-16 11:33:27 -05:00
Mike Naquin
13a1a0b9a2 Fix JSON parsing of large unsigned 64-bit integers 2013-02-21 12:57:51 -06:00
aleks-f
66a56a944f indentation 2013-02-20 17:08:44 -06:00
aleks-f
8a44e75187 purely cosmetics 2013-01-04 21:51:26 -06:00
fbraem
5964ae0a80 JSON unicode fixes and running tests on invalid unicode JSON 2013-01-04 17:09:04 +01:00
Alex
26a480d325 Revert "Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode"""
This reverts commit 86647bd8ba.
2012-12-30 09:37:52 -06:00
Alex
86647bd8ba Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode""
This reverts commit 52867ed7c7.
2012-12-29 07:32:21 -06:00
Alex
52867ed7c7 Revert "Merge pull request #45 from RangelReale/jsonunicode"
This reverts commit dcf92dcfe3, reversing
changes made to 79838aa76d.
2012-12-29 07:32:09 -06:00
Rangel Reale
3a2116233b * Fix JSON unicode handling (see http://pocoproject.org/forum/viewtopic.php?f=10&t=5686) 2012-12-28 11:55:12 -02:00
aleks-f
e75081af94 added Token::asInteger64(); ODBC tests fix for case-sensitive DB 2012-12-16 19:45:38 -06:00
Mike Naquin
d5858c15d4 Update JSON parser to correctly handle 64-bit integers 2012-12-13 09:39:50 -06:00
Guenter Obiltschnig
79eab26377 the great line endings cleanup 2012-11-11 09:57:01 +01:00
Guenter Obiltschnig
eb8c662c4c code cleanups 2012-10-15 12:27:56 +00:00
Aleksandar Fabijanic
e19eb5b704 silence clang/gcc 2012-10-13 05:08:12 +00:00
Aleksandar Fabijanic
d8397b9153 - VS2012: build/tests
- JSON: style and exceptions catch by ref fix
- NumberParser: case-insensitive hex parsing
- Dynamic::Var: const std::string& cast operator specialization (coaxing std::string ctor)
- LocalDateTime: strftime fix (buffer too small for full tz string, use %Z instead of %z - makes no difference on windows but is more portable)
- small buildwin.cmd vsvars32.bat call fix
2012-09-24 03:51:40 +00:00
Aleksandar Fabijanic
74b8911d13 JSON Windows compilation 2012-06-11 23:44:56 +00:00
Franky Braem
6f8bbc67d1 Use 64 bit integers (if available) when int is not big enough 2012-06-11 20:36:32 +00:00
Franky Braem
95c62c00df Copy JSON from SandBox to trunk 2012-04-29 20:09:55 +00:00