I have two option to search inside JSON field (Nvarchar datatype) in SQL Server.
I can use JSON_VALUE() method (with null check handle) or make column full text index &am