miloyip
|
fd9386589f
|
Add overloads for document as root, with no allocator parameter.
|
2015-05-02 22:46:30 +08:00 |
|
miloyip
|
d0d18847c5
|
Add GetValueByPointerWithDefault() overloads
|
2015-05-02 22:08:03 +08:00 |
|
miloyip
|
32b45f6e6d
|
Add GetWithDefault() overloads
|
2015-05-02 21:52:49 +08:00 |
|
miloyip
|
2ddbd09031
|
Add '-' support for Create() and Set()
|
2015-05-02 21:30:40 +08:00 |
|
miloyip
|
2ece55abc7
|
Implement pointer parse error
|
2015-05-02 20:44:30 +08:00 |
|
miloyip
|
1ef380586d
|
Fix a bug in Pointer::Create() and Add different overloads for Set() related implementations
|
2015-05-02 20:07:50 +08:00 |
|
miloyip
|
6ee691550f
|
Move GenericPointer::kInvalidIndex to rapidjson::kPointerInvalidIndex
It is needed to prevent linking error for gcc/clang
|
2015-04-11 14:48:33 +08:00 |
|
Milo Yip
|
e0743b2fb0
|
Fix a clang/gcc warning
|
2015-04-10 22:43:46 +08:00 |
|
Milo Yip
|
26be3be5c7
|
Fix several clang/gcc warnings
|
2015-04-10 22:12:59 +08:00 |
|
Milo Yip
|
b2d72ef751
|
Add XXXByPointer() helper functions
|
2015-04-10 19:28:12 +08:00 |
|
Milo Yip
|
cf0ff19cac
|
Add Pointer default/copy constructor, assignment operator. Test constructor with tokens
|
2015-04-10 18:25:02 +08:00 |
|
Milo Yip
|
c11547ebfa
|
Implement Pointer::Create(). Get(). GetWithDefault(). Set(). Swap()
|
2015-04-10 17:43:11 +08:00 |
|
Milo Yip
|
852c25123c
|
Implement parser/generator for JSON Pointer
|
2015-04-10 14:54:13 +08:00 |
|