user  

JSON Plugin - excludeProperties Issues

Hoying, Ken
Thu, 08 May 2008 13:02:47 -0700

I am trying to specify properties for the JSON plugin to ignore.
However, this does not seem to be working.  Am I specfiying something
incorrectly?  Does it not work in conjunction with specifying the root?

                        <result type="json">
                                <param
name="root">categoryChildren</param>
                                <param name="excludeProperties">
                                        createdTs, createdBy,
lastModifiedTs, lastModifiedBy, allCategoriesOfRoot,
                                        products, contracts, children,
contractCount, productCount,
                                        allTaxonomyCategories,
rootTaxonomyCategories
                                </param>
                        </result>