* @brief Get the raw json of this node, won't copy it. * @return StringView that represents the raw json. */
| 339 | * @return StringView that represents the raw json. |
| 340 | */ |
| 341 | sonic_force_inline StringView GetRaw() const noexcept { |
| 342 | sonic_assert(IsRaw()); |
| 343 | return StringView(raw.p, Size()); |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * @brief Get 5-bits type info |