Package edu.uiuc.ncsa.security.util.json
Some utilities for working with JSON. This also gives a JSON Store which is a store that manages
JSON blobs. This is used by the old functor package and should be avoided. As soon as functors are
removed from this project, these classes will be removed too.
Created by Jeff Gaynor
on 8/3/22 at 8:24 AM
-
Interface Summary Interface Description JSONStore<V extends JSONEntry> Created by Jeff Gaynor
on 2/15/19 at 4:12 PM -
Class Summary Class Description Ingester This will ingest a file into the store.JSONEntry This models a JSONObject that has a unique identifier associated with it.MyJPathUtil A utility for navigating JSON objects.PreProcessor This is a pre-processor for JSON objects.TestMemStore<V extends JSONEntry> This is used in various places for testing and debugging. -
Exception Summary Exception Description JSONValueNotFoundException Created by Jeff Gaynor
on 9/9/20 at 9:30 AM