Commit Graph

24 Commits

Author SHA1 Message Date
Krzysztof Gabis
8ed9ff63b0
Update README.md 2021-06-07 21:16:11 +02:00
Tim Gates
8beeb5ea4d
docs: fix simple typo, lighweight -> lightweight (#147)
There is a small typo in README.md.

Should read `lightweight` rather than `lighweight`.
2020-10-02 10:50:47 +02:00
Krzysztof Gabis
8d8850d9d5
Update README.md 2020-04-06 00:00:40 +02:00
Krzysztof Gabis
809ef4b7d8
Update README.md 2019-04-03 20:13:40 +02:00
Krzysztof Gabis
2e2e36651d
Shamelesser plug 2019-04-03 20:12:42 +02:00
Krzysztof Gabis
395e70d85b
Shameless plug 2019-03-14 13:50:06 +01:00
tbeu
1839d0de54 Fix typos 2017-10-02 08:47:53 +02:00
Krzysztof Gabis
dd9eed2af2 Updates README.md because github changed it's markdown renderer. 2017-04-02 10:05:27 +01:00
Krzysztof Gabis
b61c03e614 Updates README.md. 2016-09-25 10:49:58 +01:00
Krzysztof Gabis
f4cfcd7699 Updates serialization example and readme.md 2015-06-22 19:30:06 +02:00
Michael Sproul
fcf0b810ba Marked various files as not executable.
Also updated the .gitignore file to ignore object code,
which is particularly useful when using this project as a
git submodule.
2015-02-28 20:33:17 -08:00
Krzysztof Gabis
1058e3b2c0 Fixed bug in example code. 2014-11-24 21:04:15 +01:00
Krzysztof Gabis
e4ac46318e Fixed memory leak in example. 2014-10-08 14:45:39 +02:00
Krzysztof Gabis
638190d6a0 Merged changes from parson-devel (serialization, copying, comparing, validation, creating values). 2014-10-07 21:11:29 +02:00
Krzysztof Gabis
55856a2eab Changes to readme. 2014-07-29 21:27:19 +02:00
Krzysztof Gabis
c707051778 Added surrogate pairs support (JSON support is full now), removed PARSON_VERSION macro. 2014-04-10 17:00:40 +02:00
Krzysztof Gabis
d1ca0ed4f3 Readme file update. 2012-12-02 22:23:39 +01:00
Krzysztof Gabis
c24b1a1ad0 Fixed type mismatch in array indexing variables, updated readme file.
Also removed trailing whitespace.
2012-12-02 18:33:00 +01:00
Krzysztof Gabis
457fa1100f Small code cleanup, narrower example code in tests and readme. 2012-11-24 20:59:16 +01:00
Krzysztof Gabis
2684eeb360 Not parsing hex and octal values, refractoring, code cleanup, new tests.
Also changed parson_strndup and parson_strdup to be static.
2012-10-24 10:42:25 +02:00
Krzysztof Gabis
a3bb4c7390 Fixed error in the readme file. 2012-10-22 19:25:32 +02:00
Krzysztof Gabis
120f5a08da Defined malloc and free as macros, also small refractoring.
And changes to the readme file.
2012-10-22 19:20:02 +02:00
Krzysztof Gabis
e36fa2ab41 Changes in README.md 2012-10-18 21:37:03 +02:00
Krzysztof Gabis
de829803e3 Initial commit. 2012-10-16 19:56:54 +02:00