the_baahubali

Untitled

Mar 22nd, 2022
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.41 KB | None | 0 0
  1. attributes = {
  2.     key: {
  3.         brand: adidas,
  4.         colour: black
  5.     },
  6.  
  7.     config: {
  8.         type: sports,
  9.         size: 8
  10.     },
  11.  
  12.     regular: {
  13.         washable: yes
  14.     },
  15.  
  16.     price: {
  17.         value: 100
  18.         currency: INR
  19.         perUnit: kg
  20.     },
  21.  
  22.     desc: {
  23.         raw: This is the raw description
  24.         important: important words only
  25.     }
  26. }
  27.  
  28.  
  29. type = [product, bl]
Advertisement
Add Comment
Please, Sign In to add comment