* @brief Check this node is a string. * @return true if it is a string. */
| 225 | * @return true if it is a string. |
| 226 | */ |
| 227 | sonic_force_inline bool IsString() const noexcept { |
| 228 | return getBasicType() == kString; |
| 229 | } |
| 230 | /** |
| 231 | * @brief Check this node is a raw json. |
| 232 | * @return true if it is raw json. |