summaryrefslogtreecommitdiff
path: root/upb/json
AgeCommit message (Expand)Author
2019-01-15Take sinks by value.Joshua Haberman
2019-01-15All tests pass again!Joshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-12A lot more tests are working now.Joshua Haberman
2019-01-12Removed old-style C++ handlers that relied on UB in favor of more normal ones.Joshua Haberman
2019-01-09upb_refcounted is gone! Some tests still to fix.Joshua Haberman
2018-12-22Merge branch 'master' into defcleanupJoshua Haberman
2018-12-19Fix commentsBo Yang
2018-12-13Fix generated file testBo Yang
2018-12-12Mark unused parameterBo Yang
2018-12-12Remove unused codeBo Yang
2018-12-12Add support for encoding Any in jsonBo Yang
2018-12-10WIP, core library compiles now.Joshua Haberman
2018-12-04Implement json decoding for Any message. (#130)Paul Yang
2018-11-03Bazel builds everything except conformance_upb.Josh Haberman
2018-10-05Fix json ignore unknown (#128)Paul Yang
2018-09-21Fix mac use local timezone for strptime by default. (#127)Paul Yang
2018-09-18Fix json encoding for wrappers, ListValue, Struct and Value. (#126)Paul Yang
2018-09-06Initialize valueBo Yang
2018-09-06Fix json parsing for Struct, ListValue and Value.Bo Yang
2018-08-29Fix json encoding/decoding for duration. (#118)Paul Yang
2018-08-24Fix json parsing for timestamp (#115)Paul Yang
2018-08-09Use special eof char to mark end of parsingBo Yang
2018-08-09Move logic away from ragel machineBo Yang
2018-08-05Remove unused codeBo Yang
2018-08-05Make value top levelBo Yang
2018-08-01Mark unused variableBo Yang
2018-07-31Update ragel generated fileBo Yang
2018-07-30Make top level wrapper value parsing workBo Yang
2018-07-27Fix json decoding for wrapper messagesBo Yang
2018-06-27Enable ignore unknown field in json parsingBo Yang
2017-06-19Responded to PR comments. This also fixed a few more conformance tests.Josh Haberman
2017-06-08Some fixes to make JSON properly recognize numbers in quotes.Josh Haberman
2016-11-29New upb_msg code and Lua bindings around it.Josh Haberman
2016-09-01Updated generated code.Josh Haberman
2016-08-29JSON: fix a couple cases of the wrong closure being passed to end handlers.Josh Haberman
2016-05-12Added UPB_ASSERT() that helps avoid unused var warnings.Joshua Haberman
2016-04-19Split upb::Arena/upb::Allocator from upb::Environment. (#58)Joshua Haberman
2016-04-15Also regenerate JSON parser.Josh Haberman
2016-04-15Fix for JSON error reporting. (#57)Joshua Haberman
2016-04-14JSON parser: always accept both name variants, flag controls which we generate.Joshua Haberman
2016-04-14Added migration flag for users using old JSON format.Josh Haberman
2016-02-18Fixed const correctness of json_nice_escape().Josh Haberman
2016-02-17Added assertions for getjsonname() return.Josh Haberman
2016-02-17Addressed code review comments.Josh Haberman
2016-02-17Changed JSON parser/printer to correctly camelCase names.Josh Haberman
2015-07-15Clear JSON parser status in reset.Josh Haberman
2015-07-15Updated JSON parser size.Josh Haberman
2015-07-15Fixed JSON parser error reporting.Josh Haberman
2015-07-07Updated license headers for Ragel source also.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback