| 62 | TAfterColonContext WriteKey(const TStringBuf& key); |
| 63 | TAfterColonContext UnsafeWriteKey(const TStringBuf& key); |
| 64 | bool KeyExpected() const { |
| 65 | return Stack.back() == JE_OBJECT; |
| 66 | } |
| 67 | |
| 68 | //! deprecated, do not use in new code |
| 69 | TAfterColonContext CompatWriteKeyWithoutQuotes(const TStringBuf& key); |