A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Check this query:
select
( select Empid, FName, LName, Title from Table where EMPID=t.EMPID for json path, root('Employee') ) as [Json Data],
EMPID, FName, LName, Title
from Table t