javax.json
Interface JsonFeature


public interface JsonFeature

JSON feature configures the behaviour of parsing and generation of JSON. Implementations may define their own features.

Author:
Jitendra Kotamraju

Field Summary
static JsonFeature PRETTY_PRINTING
          Feature for generating JSON in a pretty manner.
 

Field Detail

PRETTY_PRINTING

static final JsonFeature PRETTY_PRINTING
Feature for generating JSON in a pretty manner.




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.