ERPNext has migrated from a legacy JSON field (item_wise_tax_detail) to a fully relational child table (Item Wise Tax Detail) for tracking tax breakdowns at the item level.
A simple Angular component to display object data in an expandable JSON tree view. See it in action on StackBlitz. You can make values in the JSON tree clickable to trigger custom actions. For ...