From 8bcd70cb460d7a11175e82487f498102ead66472 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Dec 2013 16:22:07 +0100 Subject: [PATCH] Update doc WRT json render --- doc/common | 2 +- doc/yaz-marcdump-man.xml | 2 +- doc/zoom.xml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/common b/doc/common index c6e4db9..9aca8e8 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit c6e4db90ce6779ee42fafd38e776176d38c2844b +Subproject commit 9aca8e865f3239708224e3f190769170fbd83352 diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 8195b06..1cdd528 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -52,7 +52,7 @@ It parses each record and supports output in line-format, ISO2709, MARCXML, - MARC-in-JSON, + MARC-in-JSON, MarcXchange as well as Hex output. diff --git a/doc/zoom.xml b/doc/zoom.xml index 1261c4e..d1ccf8e 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -964,6 +964,12 @@ ZOOM_options_set_int(opt, name, value) *len. + json + Like xml, but MARC records are converted to + MARC-in-JSON. + + + -- 1.7.10.4