I am using PostgreSQL database and there is a field in a table(area), i.e., public.geography(Points,4326). It contains below type of records
"0101000020E6100000BA83D89942334540780B24287ED051C0"I am using ST_AsGeoJson(), to get the GeoJSON through above types of records.
My database is...