{@inheritDoc} JSON specifics: The JSON type uses a text-based, formatting-preserving representation of the JSON content, meaning that two equivalent JSON documents are considered not equal if their formatting or object attribute ordering differs (see JSON for
()
| 119 | * attribute ordering differs (see {@link JSON} for details). |
| 120 | */ |
| 121 | @Override |
| 122 | public int hashCode() { |
| 123 | return data.hashCode(); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * {@inheritDoc} |