1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

doc update

This commit is contained in:
Kelly Brazil
2019-11-12 11:22:17 -08:00
parent e3f4ffede5
commit 3bdcf44afb
2 changed files with 18 additions and 2 deletions

View File

@ -83,7 +83,15 @@ Examples:
process(proc_data) process(proc_data)
``` ```
schema: Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[ [
{ {

View File

@ -82,7 +82,15 @@ import jc.utils
def process(proc_data): def process(proc_data):
""" """
schema: Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[ [
{ {