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