How to read back the specific JSON field in the attrs column

Hi there,

I created a custom field and added it to my supplychain-stock-details-by-product-form view. I get the JSON format back in the field. Is there a way to parse or only get back the number/text in that specific field? For example I just want to get back 9648576 without the {« partNumberActive »: " "}. Is this possible?

Here are some pictures

pna

hi
in a viewer and look in angularJs doc for ng-show and json , i don’t remember how (sorry)
or action script
maybe for viewer

      <field name="product.attrs" hidden="true">
      <viewer depends="product.attrs"><![CDATA[
<span class="label  ng-show="record.product.attrs === &quot;partNumberActive'"  >{{record.product.attrs}}</span>
	]]>
      </viewer>