Re: Proposal: Add JSON support

Поиск
Список
Период
Сортировка
От Joseph Adams
Тема Re: Proposal: Add JSON support
Дата
Msg-id p2pe7e5fefd1003312039yf96ecd45n3c84296749e26e29@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal: Add JSON support  (Chris Browne <cbbrowne@acm.org>)
Ответы Re: Proposal: Add JSON support
Список pgsql-hackers
I ended up reinventing the wheel and writing another JSON library:

http://constellationmedia.com/~funsite/static/json-0.0.1.tar.bz2

This is a first release, and it doesn't really have a name besides
"json".  It's very similar to cJSON, except it is (sans unknown bugs)
more reliable, more correct, and cleaner (unless you hate gotos ;-) ).It has a simple test suite.  It is not prone to
stackoverflows, as
 
it doesn't recurse.  It is strict, requires input to be UTF-8 (it
validates it first) and only outputs UTF-8.  Other than treating
numbers liberally, my implementation only accepts valid JSON code (it
doesn't try to correct anything, even Unicode problems).  It is under
the MIT license.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Alias to rollback keyword
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Alpha release this week?