---
title: caseExactJsonIdMatch
description: "This matching rule is used for attributes whose values are JSON objects. With this rule, only the \"_id\" fields matter for matching. In other words, two JSON objects are considered equal if their \"_id\" values match, regardless of other values."
component: pingds
version: 8.1
page_id: pingds:schemaref:mr-caseExactJsonIdMatch
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/mr-caseExactJsonIdMatch.html
---

# caseExactJsonIdMatch

This matching rule is used for attributes whose values are JSON objects. With this rule, only the `"_id"` fields matter for matching. In other words, two JSON objects are considered equal if their `"_id"` values match, regardless of other values.

Respect case when finding matches. For example, `BJensen` and \`bjensen\`*do not* match.

|                       |                                                                               |
| --------------------- | ----------------------------------------------------------------------------- |
| *OID*                 | 1.3.6.1.4.1.36733.2.1.4.5                                                     |
| *Names*               | caseExactJsonIdMatch                                                          |
| *Assertion syntax*    | [Json](s-Json.html)                                                           |
| *Interface stability* | Internal use only. Do not remove or modify. Subject to change without notice. |
| *Origin*              | OpenDJ Directory Server                                                       |
