[GRASS-git] [OSGeo/grass] f3204e: v.info: add JSON support (#3755)
Kriti Birda
noreply at github.com
Tue Jun 18 16:50:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: f3204e7783dcaf42fb42c756026a22f49bf233e1
https://github.com/OSGeo/grass/commit/f3204e7783dcaf42fb42c756026a22f49bf233e1
Author: Kriti Birda <164247895+kritibirda26 at users.noreply.github.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M lib/gis/testsuite/test_parser_json.py
M vector/v.info/Makefile
M vector/v.info/local_proto.h
M vector/v.info/main.c
M vector/v.info/parse.c
M vector/v.info/print.c
M vector/v.info/testsuite/test_vinfo.py
M vector/v.info/v.info.html
Log Message:
-----------
v.info: add JSON support (#3755)
Use parson to have JSON as an output format support. The module has various flags to control the fields being output in case of plain shell format controlled by flags. All (-get) of these are enabled when using format=shell. format=plain now allows use of flags. This may need special handling in the future to resolve the edge cases in a better way.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list